/* features-mod-06.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

.mod_06_section .mod_06_bg-box {
  position: relative;
}
.mod_06_section .mod_06_bg-box h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 2;
}
.mod_06_section .mod_06_bg-box figure img {
  width: auto;
  max-width: 150%;
}
@media (max-width: 767px) {
  .mod_06_section .mod_06_bg-box figure img {
    max-width: 200%;
  }
}
@media (max-width: 767px) {
  .mod_06_section .mod_06_bg-box h2 {
    position: absolute;
    width: 100%;
    top: 35%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
  }
}
.mod_06_section .mod_06_main {
  transform: translate(0, -40px);
  margin-top: 0;
}
@media (max-width: 767px) {
  .mod_06_section .mod_06_main .row .col {
    border-right: 0 !important;
  }
  .mod_06_section .mod_06_main .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .mod_06_section .mod_06_main .add_arrow {
    display: block;
    min-width: 0;
  }
}
.mod_06_section.typeA .mod_06_main {
  background: var(--color-bg);
  padding: 2%;
}
@media (min-width: 1440px) {
  .mod_06_section.typeA .mod_06_main {
    padding: 1%;
  }
}
.mod_06_section.typeA .mod_06_main .row .col {
  position: relative;
}
.mod_06_section.typeA .mod_06_main .row .col figure {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .mod_06_section.typeA .mod_06_main .row .col .mod_06_txt-wrap {
    padding: 0 0 5%;
  }
}
.mod_06_section.typeA .mod_06_main .row .col .mod_06_title {
  margin-bottom: 0.2em;
  color: var(--color-heading-ink);
}
@media (min-width: 768px) {
  .mod_06_section.typeA .mod_06_main .row .col {
    padding-bottom: 60px;
  }
}
.mod_06_section.typeA .mod_06_main .row .col:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  border-bottom: 2px var(--color-primary) solid;
}
@media (min-width: 768px) {
  .mod_06_section.typeA .mod_06_main .row .col .btn_txt {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
.mod_06_section.typeA .mod_06_main .row:not(.reverse) .col:not(:last-child) {
  position: relative;
}
.mod_06_section.typeA .mod_06_main .row:not(.reverse) .col:not(:last-child):after {
  content: "";
  height: 100%;
  border-right: var(--color-surface) 1px solid;
  position: absolute;
  right: -3.3%;
  top: 0;
}
.mod_06_section.typeA .mod_06_main .row.reverse .col:not(:first-child) {
  position: relative;
}
.mod_06_section.typeA .mod_06_main .row.reverse .col:not(:first-child):after {
  content: "";
  height: 100%;
  border-right: var(--color-surface) 1px solid;
  position: absolute;
  right: -3.3%;
  top: 0;
}
@media (max-width: 1020px) {
  .mod_06_section.typeA .mod_06_main {
    width: 96%;
  }
}
.mod_06_section.typeB .mod_06_main .row .col {
  position: relative;
}
.mod_06_section.typeB .mod_06_main .row .col .mod_06_txt-wrap {
  padding: 1em;
  background: var(--color-bg);
}
.mod_06_section.typeB .mod_06_main .row .col figure {
  margin-bottom: 1em;
}
.mod_06_section.typeB .mod_06_main .row .col .mod_06_title {
  margin-bottom: 0.2em;
  color: var(--color-heading-ink);
}
@media (min-width: 768px) {
  .mod_06_section.typeB .mod_06_main .row .col {
    padding-bottom: 60px;
  }
}
.mod_06_section.typeB .mod_06_main .row .col:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 2px 2px color-mix(in srgb, var(--color-primary) 20%, transparent);
}
@media (min-width: 768px) {
  .mod_06_section.typeB .mod_06_main .row .col .btn_txt {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1020px) {
  .mod_06_section.typeB .mod_06_main {
    width: 96%;
  }
}
.mod_06_section.fade-in .mod_06_main .row .col {
  opacity: 0;
  transform: translateY(-20px);
}
.mod_06_section.visible .mod_06_main .row .col {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(1) {
  transition-delay: 0.2s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(2) {
  transition-delay: 0.4s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(3) {
  transition-delay: 0.6s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(4) {
  transition-delay: 0.8s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(5) {
  transition-delay: 1s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(6) {
  transition-delay: 1.2s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(7) {
  transition-delay: 1.4s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(8) {
  transition-delay: 1.6s;
}
.mod_06_section.visible .mod_06_main .row .col:nth-child(9) {
  transition-delay: 1.8s;
}
@media (min-width: 768px) {
  .mod_06_section .button-flat, .mod_06_section .button-round, .mod_06_section .button-circle, .mod_06_section .button, .mod_06_section .button-ghost, .mod_06_section .button-ghost-round, .mod_06_section .button-border, .mod_06_section .button-3d {
    min-width: 0 !important;
    display: block !important;
    border: 1px solid var(--color-primary);
  }
}
