/*
$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
);
*/
#header_nav > li#li_business > a {
  color: #0068b2 !important;
}

#header_nav > li#li_business::before {
  width: 100% !important;
}

#business_lead_sec .lead_text {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #business_lead_sec .lead_text {
    line-height: 1.5em;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #business_lead_sec .lead_text {
    line-height: 1.5em;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #business_lead_sec .lead_text + .general_txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #business_lead_sec .lead_text + .general_txt {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  #business_lead_sec .general_txt {
    text-align: center;
  }
}

#business_case_sec .case_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #business_case_sec .case_list {
    grid-template-columns: 1fr;
    row-gap: 6rem;
  }
}

#business_case_sec .case_card {
  display: grid;
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_card {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #business_case_sec .case_card {
    grid-template-columns: 31.5rem 1fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 4rem;
    row-gap: 1rem;
  }
}
#business_case_sec .case_card figure {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_card figure {
    height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  #business_case_sec .case_card figure {
    grid-row: 1/4;
  }
}
#business_case_sec .case_card figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.6s all;
}
#business_case_sec .case_card h3 {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_card h3 {
    padding-top: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #business_case_sec .case_card h3 {
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
#business_case_sec .case_card h4 {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #8a8a8a;
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_card h4 {
    line-height: 1.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #business_case_sec .case_card h4 {
    line-height: 1.7em;
    font-size: 2.4rem;
  }
}
#business_case_sec .case_card p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_card p {
    line-height: 1.7em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #business_case_sec .case_card p {
    line-height: 1.7em;
    font-size: 2.8rem;
    text-align: justify;
  }
}
@media screen and (min-width: 769px) {
  #business_case_sec .case_card:hover figure img {
    scale: 1.1;
  }
}

#business_nav_sec {
  border-top: 1px solid #cfcfcf;
}
@media screen and (min-width: 769px) {
  #business_nav_sec {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #business_nav_sec {
    margin-top: 8rem;
  }
}

#business_local_nav {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #business_local_nav {
    row-gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #business_local_nav {
    row-gap: 8rem;
  }
}
#business_local_nav div dt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #business_local_nav div dt {
    line-height: 1.5em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #business_local_nav div dt {
    line-height: 1.5em;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #business_local_nav div dd {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #business_local_nav .crm_link_set {
    row-gap: 0;
  }
}
#business_local_nav .crm_link_set a small {
  display: block;
  font-size: 0.75em;
  text-indent: -0.4em;
}
@media screen and (min-width: 769px) {
  #business_local_nav .crm_link_set a small {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  #business_local_nav .crm_link_set a small {
    margin-top: -0.3em;
  }
}
#business_local_nav .crm_link_set a .arrow::before {
  background-image: url(../../common/img/icon_arrow_gr.svg);
}

.business_category_1 #business_category_1, .business_category_2 #business_category_2,
.business_category_3 #business_category_3, .business_category_4 #business_category_4,
.business_category_5 #business_category_5, .business_category_6 #business_category_6,
.business_category_7 #business_category_7, .business_category_8 #business_category_8,
.business_category_9 #business_category_9 {
  border-color: #0068b2;
  color: #0068b2;
}

.business_category_2 #business_local_nav, .business_category_3 #business_local_nav, .business_category_4 #business_local_nav, .business_category_5 #business_local_nav, .business_category_6 #business_local_nav, .business_category_7 #business_local_nav {
  flex-direction: column-reverse;
}

@media screen and (min-width: 769px) {
  main {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 8rem;
  }
}

section .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  section .inner {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section .inner {
    max-width: 67rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
}

section .bfaf_images {
  display: flex;
}
@media screen and (min-width: 769px) {
  section .bfaf_images {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  section .bfaf_images {
    column-gap: 5rem;
  }
}
section .bfaf_images figure {
  position: relative;
}
section .bfaf_images figure figcaption {
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section .bfaf_images figure figcaption {
    min-width: 8.2rem;
    padding: 0 0.6rem 0.1rem;
    line-height: 1.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  section .bfaf_images figure figcaption {
    min-width: 11.6rem;
    padding: 0 0.8rem 0.2rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
section .bfaf_images .before_image {
  position: relative;
  width: 100%;
}
section .bfaf_images .before_image figcaption {
  background: #d0d0d0;
}
section .bfaf_images .after_image {
  position: relative;
  width: 100%;
}
section .bfaf_images .after_image::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  section .bfaf_images .after_image::before {
    border-left: 1.5rem solid #0068b2;
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
    left: -2.6rem;
  }
}
@media screen and (max-width: 768px) {
  section .bfaf_images .after_image::before {
    border-left: 2rem solid #0068b2;
    border-top: 1.8rem solid transparent;
    border-bottom: 1.8rem solid transparent;
    left: -3.5rem;
  }
}
section .bfaf_images .after_image figcaption {
  background: #d0d0d0;
  background: linear-gradient(to right, #0f3b6b, #0068b2, #0085d2);
  color: #fff;
}

section .card_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  section .card_list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  section .card_list {
    row-gap: 8rem;
  }
}

section .card_link .image_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  section .card_link .image_box {
    height: 28.5rem;
  }
}
@media screen and (max-width: 768px) {
  section .card_link .image_box {
    height: 41.4rem;
  }
}
section .card_link .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: ease-in-out 0.6s all;
}
section .card_link h3 {
  padding: 2rem 0 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .card_link h3 {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .card_link h3 {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  section .card_link[href]:hover .image_box img {
    scale: 1.1;
  }
}

section .description_table {
  display: grid;
  background: #cfcfcf;
  border: 1px solid #cfcfcf;
  column-gap: 1px;
  row-gap: 1px;
}
@media screen and (min-width: 769px) {
  section .description_table {
    grid-template-columns: 20rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  section .description_table {
    grid-template-columns: 1fr;
  }
}
section .description_table > dt {
  display: flex;
  align-items: center;
  background: #0068b2;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  section .description_table > dt {
    padding: 1.4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .description_table > dt {
    padding: 1.9rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  section .description_table > dt p {
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  section .description_table > dt p {
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
section .description_table > dt p small {
  font-size: 0.75em;
}
section .description_table > dd {
  display: flex;
  align-items: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  section .description_table > dd {
    padding: 1.4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .description_table > dd {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  section .description_table > dd p {
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  section .description_table > dd p {
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
section .description_table > dd p a {
  text-decoration: underline;
  color: #0068b2;
}
section .description_table > dd p a span.window {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
section .description_table > dd p a span.window::before {
  content: "";
  position: absolute;
  background: url(../../common/img/icon_window_b.svg) center center no-repeat;
  inset: 0;
  translate: 0 15%;
}
@media screen and (min-width: 769px) {
  section .description_table > dd p a span.window::before {
    background-size: 1.2rem auto;
  }
}
@media screen and (max-width: 768px) {
  section .description_table > dd p a span.window::before {
    background-size: 2.4rem auto;
  }
}
@media screen and (min-width: 769px) {
  section .description_table > dd p a:hover {
    text-decoration: none;
  }
}

section .descbox_items {
  display: grid;
}
@media screen and (min-width: 769px) {
  section .descbox_items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_items {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  section .descbox_items.flex {
    grid-template-columns: 1fr;
  }
}
section .descbox_items .descbox_arrow {
  z-index: 5;
}
@media screen and (min-width: 769px) {
  section .descbox_items .descbox_arrow {
    position: absolute;
    left: 50%;
    translate: -50% -50%;
  }
}

section .descbox_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  section .descbox_arrow {
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_arrow {
    margin: 2rem auto;
    padding: 0 1rem;
  }
}
section .descbox_arrow::before, section .descbox_arrow::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  section .descbox_arrow::before, section .descbox_arrow::after {
    width: 4.2rem;
    height: 152.381%;
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_arrow::before, section .descbox_arrow::after {
    width: 152%;
    height: 9.4rem;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 769px) {
  section .descbox_arrow::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: -3rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_arrow::before {
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    top: -7.4rem;
  }
}
@media screen and (min-width: 769px) {
  section .descbox_arrow::after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    right: -3rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_arrow::after {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    bottom: -7.4rem;
  }
}
section .descbox_arrow p {
  position: relative;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  section .descbox_arrow p {
    line-height: 1.334em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_arrow p {
    line-height: 1.5em;
    font-size: 2.8rem;
  }
}
section .descbox_arrow.col1 {
  background: #e58c2c;
  color: #fff;
}
section .descbox_arrow.col1::before, section .descbox_arrow.col1::after {
  background: #e58c2c;
}

section .descbox_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
section .descbox_item > dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem 0.6rem 0 0;
}
@media screen and (min-width: 769px) {
  section .descbox_item > dt {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item > dt {
    padding: 1.5rem 3rem;
  }
}
section .descbox_item > dt h4 {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .descbox_item > dt h4 {
    line-height: 1.5em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item > dt h4 {
    line-height: 1.5em;
    font-size: 4rem;
  }
}
section .descbox_item > dt h5 {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .descbox_item > dt h5 {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item > dt h5 {
    line-height: 1.5em;
    font-size: 2.8rem;
  }
}
section .descbox_item > dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 0.6rem 0.6rem;
  border: 1px solid;
  border-top: 0;
  height: 100%;
}
@media screen and (min-width: 769px) {
  section .descbox_item > dd {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item > dd {
    padding: 3rem 2rem;
  }
}
section .descbox_item > dd h4 {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .descbox_item > dd h4 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item > dd h4 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
section .descbox_item > dd .check_list, section .descbox_item > dd .box_items {
  width: 100%;
}
@media screen and (min-width: 769px) {
  section .descbox_item > dd .check_list + .check_list {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item > dd .check_list + .check_list {
    margin-top: 2rem;
  }
}
section .descbox_item.flex {
  flex-direction: row;
}
section .descbox_item.flex > dt {
  justify-content: flex-start;
  border-radius: 0;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 769px) {
  section .descbox_item.flex > dt {
    width: 4rem;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  section .descbox_item.flex > dt {
    width: 6rem;
  }
}
section .descbox_item.flex > dd {
  width: 100%;
}
section .descbox_item.col1 > dt {
  background: #baa869;
  color: #fff;
}
section .descbox_item.col1 > dd {
  background: #fff;
  border-color: #cfcfcf;
}
section .descbox_item.col2 > dt {
  background: #0068b2;
  color: #fff;
}
section .descbox_item.col2 > dd {
  background: #fff;
  border-color: #cfcfcf;
}
section .descbox_item.col3 > dt {
  background: #0068ae;
  color: #fff;
}
section .descbox_item.col3 > dd {
  background: #e5f0f7;
  border-color: #0068b2;
}
section .descbox_item.col4 > dt {
  background: #e7e7e7;
}
section .descbox_item.col4 > dd {
  background: #f7f7f7;
  border: 0;
}

section .check_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  section .check_list {
    flex-direction: column;
    row-gap: 2rem;
  }
}
section .check_list > dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .check_list > dt {
    width: 19rem;
    padding: 2rem 0 2rem 4rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  section .check_list > dt {
    justify-content: center;
    padding: 4rem 4rem 0;
    line-height: 1.5em;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  section .check_list > dd {
    padding: 2rem 2rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  section .check_list > dd {
    padding: 0 4rem 4rem;
  }
}
section .check_list > dd ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  section .check_list > dd ul {
    line-height: 1.7em;
    font-size: 1.4rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  section .check_list > dd ul {
    line-height: 1.7em;
    font-size: 2.8rem;
    row-gap: 1rem;
  }
}
section .check_list > dd ul > li {
  display: flex;
}
@media screen and (min-width: 769px) {
  section .check_list > dd ul > li {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  section .check_list > dd ul > li {
    column-gap: 2rem;
  }
}
section .check_list > dd ul > li::before {
  content: "";
  flex-shrink: 0;
  background-image: url(../img/index/check01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 1.143em;
  height: 1.143em;
  translate: 0 29.375%;
}
section .check_list.col1 {
  background: #f7f7f7;
}
section .check_list.col1 ul > li::before {
  background-color: #baa869;
}
section .check_list.col2 {
  background: #fff;
  border: 1px solid #cfcfcf;
}
section .check_list.col2 ul > li::before {
  background-color: #baa869;
}

section .box_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}
section .box_items > li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section .box_items > li {
    border-radius: 0.2rem;
    min-height: 5rem;
    padding: 0.1rem 2rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  section .box_items > li {
    border-radius: 0.4rem;
    min-height: 6.8rem;
    padding: 1.3rem 2rem;
    line-height: 1.5em;
    font-size: 2.8rem;
  }
}
section .box_items > li.full {
  grid-column: 1/3;
}
section .box_items.col1 > li {
  background: #2c9de6;
  color: #fff;
}
