/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
@media screen and (min-width: 769px) {
  .zoom_inner {
    max-width: 122.8rem;
  }
}

.message_box {
  background: #fff;
  border: 1px solid #0068b2;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .message_box {
    border-radius: 0.6rem;
    width: 84rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box {
    border-radius: 1.2rem;
    width: 59rem;
    padding: 4rem;
  }
}
.message_box p {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box p {
    line-height: 1.5em;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .message_box p {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

.image_box {
  border-radius: 0.6rem;
  overflow: hidden;
}

.dot_list {
  display: flex;
  flex-direction: column;
}
.dot_list > li {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .dot_list > li {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .dot_list > li {
    column-gap: 2rem;
  }
}
.dot_list > li::before {
  content: "";
  flex-shrink: 0;
  background: #333;
  border-radius: 50%;
  translate: 0 220%;
}
@media screen and (min-width: 769px) {
  .dot_list > li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .dot_list > li::before {
    width: 1rem;
    height: 1rem;
  }
}
.dot_list > li > * {
  width: 100%;
  text-align: left;
}

.table_area {
  position: relative;
}
.table_area .table_border {
  position: relative;
}
.table_area .table_border::after {
  content: "";
  position: absolute;
  border-right: 1px solid #cfcfcf;
  right: 0;
  top: 0;
  bottom: 2rem;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .table_area .table_border + .cap_list {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .table_area .table_border + .cap_list {
    margin-top: 2rem;
  }
}
.table_area .table_frame {
  position: relative;
}
@media screen and (max-width: 768px) {
  .table_area .table_frame {
    padding-bottom: 2rem;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .table_area .table_frame.js-scroll::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease-out 0.6s all;
    z-index: 10;
    background: url(../../common/img/icon_scroll.svg) center center no-repeat;
    background-size: 24rem auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .table_area .table_frame.js-scroll.ok::after {
    pointer-events: none;
    opacity: 0;
  }
}
.table_area table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table_area table {
    width: 180rem;
  }
}
.table_area table td, .table_area table th {
  position: relative;
  border-collapse: collapse;
  border: #cfcfcf 1px solid !important;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .table_area table td, .table_area table th {
    padding: 1.5rem 2rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .table_area table td, .table_area table th {
    padding: 2rem 3rem;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
.table_area table th {
  background: #f7f7f7;
  font-weight: 500;
}
.table_area table tbody, .table_area table thead {
  position: relative;
}
.table_area table thead th {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .table_area table thead th {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .table_area table thead th {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .table_area table thead th:first-of-type {
    position: sticky;
    border: 0 !important;
    left: 0;
    z-index: 2;
  }
  .table_area table thead th:first-of-type::before {
    content: "";
    position: absolute;
    border: 1px solid #cfcfcf;
    inset: -0.5px -1px -0.5px 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .table_area table tbody th {
    width: 33.334%;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .table_area table tbody th {
    position: sticky;
    border: 0 !important;
    left: 0;
    z-index: 2;
    width: 23.612%;
    padding: 2rem 1rem 2rem 2.5rem;
  }
  .table_area table tbody th::before {
    content: "";
    position: absolute;
    border: 1px solid #cfcfcf;
    inset: -0.5px -1px -0.5px 0;
    pointer-events: none;
  }
}
.table_area table tbody td {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .table_area table tbody td {
    width: 13.334%;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .table_area table tbody td {
    padding: 2rem 3rem;
  }
}
.table_area table tbody td:last-of-type {
  background: #e5f0f7;
}
@media screen and (min-width: 769px) {
  .table_area .cap_list + .cap_list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .table_area .cap_list + .cap_list {
    margin-top: 4rem;
  }
}

.cap_list {
  color: #8a8a8a;
}
.cap_list > li {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .cap_list > li {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cap_list > li {
    column-gap: 2rem;
  }
}
.cap_list > li > * {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cap_list > li > * {
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cap_list > li > * {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
}
.cap_list > li > i {
  flex-shrink: 0;
  width: auto;
  font-style: normal;
}

.box_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .box_list {
    column-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .box_list.clm3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.box_list.clm3 > li {
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .box_list.clm3 > li {
    padding: 3rem 0;
  }
  .box_list.clm3 > li:nth-last-of-type(-n+3) {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media screen and (max-width: 768px) {
  .box_list.clm3 > li {
    padding: 4rem 0;
  }
  .box_list.clm3 > li:last-of-type {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 769px) {
  .box_list.clm2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .box_list.clm2 > li {
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .box_list.clm2.line > li {
    border-bottom: 1px solid #d0d0d0;
    padding: 3rem 0;
  }
  .box_list.clm2.line > li:nth-of-type(-n+2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box_list.clm2.line > li {
    border-top: 1px solid #d0d0d0;
    padding: 4rem 0;
  }
  .box_list.clm2.line > li:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
  .box_list.clm2.line > li:last-of-type {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 769px) {
  .box_list + .box_list {
    margin-top: 3rem;
  }
}

.box_desc {
  display: flex;
  flex-direction: column;
}
.box_desc dd {
  display: flex;
}
@media screen and (min-width: 769px) {
  .box_desc dd {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .box_desc dd {
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
}
.box_desc dd .general_txt {
  width: 100%;
}
.box_desc dd .image_box {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .box_desc dd .image_box {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .box_desc dd .image_box {
    order: -5;
    width: 40rem;
    margin-top: 4rem;
  }
}
.box_desc h4 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .box_desc h4 {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .box_desc h4 {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
.box_desc h4:not(.h4_line) {
  margin-bottom: 1rem;
}

#decration_sec {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #decration_sec {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #decration_sec {
    padding-bottom: 8rem;
  }
}

#diagram_sec .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #diagram_sec .box {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #diagram_sec .box {
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #diagram_sec .box figure {
    width: 80rem;
  }
}

#challenge_sec {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #challenge_sec {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  #challenge_sec .message_box {
    width: 98rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec .message_box {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  #challenge_sec .general_indent_list {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec .general_indent_list {
    row-gap: 3rem;
  }
}
#challenge_sec .general_indent_list > li {
  text-align: left;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #challenge_sec .general_indent_list > li {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec .general_indent_list > li {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  #challenge_sec .general_indent_list > li::before {
    translate: 0 250%;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec .general_indent_list > li::before {
    translate: 0 220%;
  }
}

@media screen and (min-width: 769px) {
  #challenge_sec .general_txt {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec .general_txt {
    margin-bottom: 5rem;
  }
}

#challenge_sec figure {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #challenge_sec figure {
    width: 98rem;
  }
}
#challenge_sec figure figcaption {
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #challenge_sec figure figcaption {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #challenge_sec figure figcaption {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

#external_sec {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #external_sec {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #external_sec {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

#external_sec .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #external_sec .box {
    grid-template-columns: 1fr 54rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #external_sec .box {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}

#external_sec .box .text_box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #external_sec .box .text_box {
    row-gap: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #external_sec .box .text_box {
    row-gap: 2.8rem;
  }
}

#external_sec .box .images_box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #external_sec .box .images_box {
    justify-content: flex-end;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #external_sec .box .images_box {
    flex-direction: column;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #external_sec .box .images_box figure {
    width: 30rem;
    height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  #external_sec .box .images_box figure {
    width: 60rem;
    height: 48rem;
  }
}
#external_sec .box .images_box figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#external_sec .box .images_box a {
  position: relative;
}
@media screen and (min-width: 769px) {
  #external_sec .box .images_box a {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #external_sec .box .images_box a {
    width: 40rem;
  }
}
#external_sec .box .images_box a::before {
  content: "";
  position: absolute;
  background-image: url(../../common/img/icon_zoom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #external_sec .box .images_box a::before {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #external_sec .box .images_box a::before {
    width: 6rem;
    height: 6rem;
    right: 2rem;
    bottom: 2rem;
  }
}
#external_sec .box .images_box a::after {
  content: "";
  position: absolute;
  border: 1px solid #cfcfcf;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}