.elementor-container {
	max-width: initial !important;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}
.elementor-widget-wrap {
	padding: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 !important;
}

.section p {
  margin-bottom: 0 !important;
}

.section {
  position: relative;
  overflow: hidden;
  z-index: 1;

  .heading {
    font-size: 1.6rem;
    font-family: var(--font-serif);
    font-weight: 500;
    text-align: center;
    color: var(--green);

    span {
      display: block;
    }

    [lang="en"] {
      font-size: 0.875rem;
      letter-spacing: 0.2em;
    }
  }

  @media (min-width: 1120px) {
    .heading {
      font-size: 3rem;
      line-height: 72px;

      span[lang="en"] {
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: 0.5em;
        line-height: 32px;
      }
    }
  }
}

.site-header {
  position: absolute;
  display: block;
  text-align: left;

  padding-left: 1.5rem;

  width: 100%;
  height: 80px;
  line-height: 80px;

  z-index: 2;

  .title {
    font-size: 1rem;
    font-family: var(--font-serif);
    color: var(--green);
    margin: 0;
  }

  @media (min-width: 1120px) {
    position: fixed;

    z-index: 3;

    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;

    left: 50%;
    margin-left: -560px;
    top: 25px;

    width: 1120px;
    height: 73px;
    line-height: 73px;

    color: var(--green);

    .title {
      font-weight: normal;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .global-nav {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;

      padding: 0 10px;

      display: flex;
      align-items: center;

      font-size: 1rem;
    }

    .menu {
      padding: 0;
    }

    .menu-item {
      display: inline-block;
      margin-left: 25px;
      line-height: 53px;

      &.contact {
        padding: 0 20px;

        background-color: #226c7b;
        border-radius: 5px;

        color: #fff;
      }
    }
  }
}

.sec-hero {
  position: relative;
  text-align: left;

  height: 100vh;
  min-height: 100vw;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-image: url("../img/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      left: -100%;
      width: 100%;
      height: 100%;

      background-color: rgba(255, 255, 255, 0.95);
    }
  }

  .wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .title {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    margin-left: -115px;
    margin-top: 155px;
    background-color: transparent;
    background-image: url("../img/hero-title.svg");
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
  }

  .catch {
    position: absolute;
    width: 250px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    margin-left: 20px;
    margin-top: 200px;
    font-size: 1.5rem;
    font-family: var(--font-serif);
    font-weight: bold;
  }

  .description {
    position: absolute;
    left: 50%;
    top: 0;
    width: 240px;
    height: 100px;
    transform: translate(-50%, -50%);
    margin-left: -40px;
    margin-top: 330px;
    padding: 6px 16px;
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--font-serif);
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  @media (min-width: 1120px) {
    height: 700px;
    min-height: auto;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    .bg {
      position: absolute;
      left: 50%;
      margin-left: -710px;
      top: 0;
      width: 904px;
      height: 700px;

      background-image: url("../img/lg/hero-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left top;

      z-index: 0;
    }

    .wrapper {
      position: absolute;
      left: 50%;
      top: 0;
      width: 904px;
      height: 700px;
      margin-left: -452px;
      z-index: 1;
    }

    .content {
      z-index: 1;
    }

    .title {
      width: 230px;
      height: 230px;
      margin-left: -556px;
      margin-top: 246px;
      background-size: contain;
    }

    .catch {
      width: 500px;
      height: 150px;
      font-size: 50px;
      font-weight: normal;
      margin-left: -312px;
      margin-top: 326px;
    }

    .description {
      width: 536px;
      height: 80px;
      margin-left: -312px;
      margin-top: 480px;
      padding: 16px 24px;
      font-size: 28px;
      font-weight: normal;
      line-height: 40px;
      background-color: transparent;
    }
  }
}

.sec-hero__slider {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1 !important;
}
.sec-hero__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-greeting {
  background: #f3f9f8;
  background-image: url("../img/greeting-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0;

  @media (min-width: 1120px) {
    margin-bottom: 180px;
    padding: 0;
    padding-bottom: 40px;

    background-image: url("../img/lg/greeting-bg.png");
    background-position: center top;
    background-size: cover;

    .content {
      padding-top: 151px;
    }
  }
}

.subsec-intro {
  text-align: center;

  .wrapper {
    position: relative;
    padding: 0;
  }

  .bg-sp-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    margin-left: -550px;
    height: calc(100% - 80px);

    background: linear-gradient(
      120deg,
      #7fc2c6 0%,
      var(--green) 50%,
      #0b4f48 96%
    );
    opacity: 0.17;

    z-index: 0;

    transform: skewX(-28deg);
  }

  .bg-sp-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150%;
    height: calc(100% - 90px);
    margin-left: -200px;
    background-color: rgba(255, 255, 255, 0.5);

    z-index: 0;

    transform: skewX(-28deg);
  }

  .heading {
    padding: 40px 0 0;

    font-size: 2rem;
    font-weight: 500;

    line-height: 26px;
  }

  .text {
    position: relative;

    margin: 24px auto 0;
    padding: 24px;

    background-color: rgba(255, 255, 255, 0.5);

    line-height: 1.8rem;
  }

  @media (min-width: 1120px) {
    position: relative;

    .text-bg {
      position: absolute;
      left: 50%;
      top: 151px;
      width: 900px;
      height: 500px;
      margin-left: -425px;

      background-color: #fff;

      transform: skewX(-28deg);
    }
	  .heading small{
		  font-size:2rem;
	  }
    .bg-pc-1 {
      position: absolute;
      left: 50%;
      margin-left: -30px;
      top: 434px;
      width: 800px;
      height: 326px;
      background: linear-gradient(
        120deg,
        #7fc2c6 0%,
        var(--green) 50%,
        #0b4f48 96%
      );
      opacity: 0.17;
      pointer-events: none;
      z-index: 0;

      transform: skewX(-25deg);
      transform-origin: top right;
    }

    .bg-pc-2 {
      position: absolute;
      left: 50%;
      margin-left: -640px;
      top: 252px;
      width: 680px;
      height: 285px;
      background-color: var(--green2);
      opacity: 0.81;
      pointer-events: none;
      z-index: 0;

      transform: skewX(-25deg);
      transform-origin: top right;
    }

    .bg-pc-3 {
      position: absolute;
      right: 50%;
      margin-right: 380px;
      top: 0;
      width: 100%;
      height: 636px;
      /* background: linear-gradient(
        120deg,
        #7fc2c6 0%,
        var(--green) 50%,
        #0b4f48 100%
      ); */
      background-color: #fff;
      pointer-events: none;
      z-index: 0;

      transform: skewX(-25deg);
      transform-origin: top right;
    }

    .fg-pc {
      position: absolute;
      left: 50%;
      margin-left: -590px;
      top: 110px;
      width: 132px;
      height: 513px;
      background-image: url("../img/lg/greeting-fg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;

      pointer-events: none;
      z-index: 1;
    }

    .content {
      position: relative;
      height: 504px;
    }

    .heading {
      padding: 40px 0 0;

      line-height: 70px;

      font-size: 3rem;
    }

    .text {
      background: none;

      position: relative;
      width: 607px;
      max-width: 607px;
      margin: 0 auto;
      padding: 24px 0;
      box-sizing: border-box;
      z-index: 1;

      p {
        margin: 0;
        line-height: 1.8rem;
        color: #4b4b4b;
        font-size: 1.125rem;
      }
    }
  }
}

.subsec-info {
  position: relative;

  margin: 0;
  padding: 0 24px 40px;

  .bg-sp {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 108px;
    background: linear-gradient(
      120deg,
      #7fc2c6 0%,
      var(--green) 50%,
      #0b4f48 100%
    );
    opacity: 0.17;
    pointer-events: none;
    z-index: 0;

    transform: skewX(-28deg);
    transform-origin: top right;
  }

  .bg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 370px;
    background: linear-gradient(
      to bottom,
      rgba(243, 249, 248, 0) 0%,
      #fff 100%
    );
    pointer-events: none;
    z-index: 0;
  }

  .wrapper {
    position: relative;

    margin-top: 24px;
    padding: 0 16px;
    padding-top: 24px;

    background-color: #fff;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    z-index: 1;
  }

  .catch {
    display: block;

    padding: 24px 0 0;

    font-family: var(--font-serif);
    text-align: center;
    color: var(--green);

    font-size: 0.8rem;
    letter-spacing: 0.2em;
  }

  .entries {
    margin-top: 16px;
  }

  .entry {
    border-bottom: 1px solid #a6a6a6;
    padding: 0.1rem 0;
  }

  .date {
    display: inline-block;
    font-size: 1rem;
    color: #226c7b;
    margin: 0.5rem 0;
    margin-right: 0.5rem;
    font-family: var(--font-serif);
  }

  .title {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8rem;
    max-height: calc(1.8rem * 2);
  }

  .actions {
    padding: 24px 0 32px;
  }

  @media (min-width: 1120px) {
    padding: 170px 0 40px;

    .catch {
      position: absolute;

      left: 50%;
      margin-left: 340px;
      top: 24px;
    }

    .bg-bottom {
      position: absolute;
      left: 0;
      bottom: -40px;
      width: 100%;
      height: 240px;
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
      );
      pointer-events: none;
      z-index: 0;
    }

    .wrapper {
      position: relative;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 48px;
      width: 1120px;
      height: 332px;
    }

    .heading {
      position: absolute;
      left: 40px;
      top: 40px;
      width: 320px;
      margin: 0 0 1rem;
      text-align: left;
      font-size: 3rem;

      span[lang="en"] {
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: 0.2em;
      }
    }

    .actions {
      position: absolute;
      left: 40px;
      bottom: 10px;
      width: 155px;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .entries {
      position: absolute;
      left: 400px;
      right: 40px;
      top: 24px;
      bottom: 0;
      margin: 0;
      overflow: hidden;
    }

    .entry {
      display: flex;
      align-items: center;
      gap: 16px;

      line-height: 84px;

      .date {
        flex: 0 0 auto;
        margin: 0;
        white-space: nowrap;
        font-size: 1.5rem;
      }

      .title {
        flex: 1 1 auto;
        margin: 0;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.8rem;
      }
    }
  }
}

@keyframes slide-left {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: calc((-348px - 16px) * 5) 50%;
  }
}

.aside-visual {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 2;

  .images {
    position: absolute;
    left: 0;
    top: -120px;
    width: 100%;
    height: 240px;

    background-image: url(../img/visual-photo-array.png);
    background-repeat: repeat-x;
    background-size: calc((348px + 16px) * 5) 240px;
    background-position: 0 50%;
    animation: slide-left 100s linear 0s infinite;
  }
}

.sec-access {
  background: #c6ddd5;
  padding: 40px 0 36px;

  font-size: 0.8rem;

  .wrapper {
    position: relative;

    max-width: 1120px;
    margin: 0 auto;
  }

  .heading {
    position: relative;
  }

  .bg {
    position: absolute;

    left: 50%;
    margin-left: -220px;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1280px;

    background-color: #fff;
    opacity: 0.3;
    pointer-events: none;

    transform: skewX(-22.5deg);
  }

  .timetable {
    background: #fff;
    width: 100%;
    height: 96px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 24px;
    border-collapse: collapse;
    text-align: center;
    box-sizing: border-box;
    table-layout: unset;
  }

  tr:first-child {
    position: relative;
  }
  tr:first-child::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 16px);
    transform: translateX(-50%);
    height: 2px;
    background: repeating-linear-gradient(
      to right,
      #226c7b 0 2px,
      transparent 2px 4px
    );
    pointer-events: none;
  }

  th {
    width: 80px;
    padding: 0.5rem 0;
    box-sizing: border-box;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
  }

  .note {
    margin: 8px auto 0;
  }

  .info {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 16px;
    border-top: 1px solid #226c7b;
    display: grid;
    grid-template-columns: 80px 1fr;
  }

  dt,
  dd {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #226c7b;
    box-sizing: border-box;
  }

  dt {
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.4;

    &::before {
      content: "";
      display: inline-block;
      flex: 0 0 16px;
      width: 16px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-top: 2px;
    }

    &:nth-of-type(1)::before {
      background-image: url("../img/access-ico-1-name.svg");
    }
    &:nth-of-type(2)::before {
      background-image: url("../img/access-ico-2-address.svg");
    }
    &:nth-of-type(3)::before {
      background-image: url("../img/access-ico-3-tel.svg");
    }
    &:nth-of-type(4)::before {
      background-image: url("../img/access-ico-4-place.svg");
    }
  }

  .map {
    max-width: 600px;
    height: 300px;
    margin: 0 auto;
    margin-top: 16px;
    box-sizing: border-box;
    padding-top: 0;
    iframe {
      width: 100%;
      height: 100%;
    }
  }

  @media (min-width: 1120px) {
    padding: 160px 0 100px;

    font-size: 1rem;

    .wrapper {
      display: grid;
      grid-template-columns: 540px 1fr;
      column-gap: 80px;
      align-content: start;
      margin-top: 40px;
    }

    .bg {
      margin-left: -640px;
    }

    .timetable,
    .note,
    .info {
      width: 100%;
      margin: 0;
    }

    .timetable {
      height: 116px;
      table-layout: unset;
    }

    tr:first-child::after {
      width: 100%;
      transform: translateX(-50%);
      height: 1px;
      background: #226c7b;
      pointer-events: none;
    }

    th {
      width: 120px;
      box-sizing: border-box;
      font-size: 1rem;
      font-weight: bold;
      text-align: center;
    }

    .note {
      margin: 16px 0 0;

      color: #226c7b;
    }

    .info {
      margin-top: 16px;

      grid-template-columns: 120px 1fr;
    }

    .map {
      height: auto;
      margin: 0;
      grid-column: 2 / 3;
      grid-row: 1 / 4;
      iframe {
        height: 450px;
      }
    }

    .actions {
      display: block;

      margin-top: 60px;
    }

    .os-button {
      display: inline-block;

      width: 400px;
      height: 96px;

      vertical-align: top;

      + .os-button {
        margin-left: 36px;
      }

      &::after {
        display: none;
      }
      &:hover {
        text-decoration: none;
      }
    }

    .button-tel {
      padding: 0;

      .os-number {
        margin-top: 24px;
        text-align: left;
        margin-left: 32px;
        text-align: center;
      }

      .time {
        text-align: left;
        margin-left: 118px;

        font-size: 1rem;
      }

      &::before {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%) scale(1.3);
        width: 42px;
        height: 42px;
        margin-top: 0;
      }
    }

    .button-web {
      padding: 0;

      .label {
        margin-top: 16px;
        margin-left: 128px;
        text-align: left;
        font-weight: 600;
        font-size: 1.6rem;
      }

      .time {
        text-align: left;
        margin-top: -4px;
        margin-left: 166px;

        font-size: 1rem;
      }

      &::before {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%) scale(1.3);
        width: 42px;
        height: 42px;
        margin-top: 0;
      }
    }
  }
}

.sec-concept {
  background: #f3f9f8;
  padding: 40px 0 36px;

  .intro {
    font-family: var(--font-serif);
    text-align: center;
    font-weight: bold;

    .subheading {
      margin-top: 24px;

      font-size: 1.14rem;
      font-family: var(--font-serif);
      font-weight: 600;
      color: var(--font-fg);
    }

    p {
      margin-top: 16px;
    }
  }

  .feature {
    background-color: #fff;

    counter-increment: concept-section;

    &:first-child {
      margin-top: 24px;
    }

    & + .feature {
      margin-top: 40px;
    }

    .image {
      width: 100%;
      height: auto;
      padding-top: 75%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top;
    }

    &:nth-of-type(1) .image {
      background-image: url("../img/concept-1.jpg");
    }
    &:nth-of-type(2) .image {
      background-image: url("../img/concept-2.jpg");
    }
    &:nth-of-type(3) .image {
      background-image: url("../img/concept-3.jpg");
    }
    &:nth-of-type(4) .image {
      background-image: url("../img/concept-4.jpg");
    }
    &:nth-of-type(5) .image {
      background-image: url("../img/concept-5.jpg");
    }
    &:nth-of-type(6) .image {
      background-image: url("../img/concept-6.jpg");
    }

    .subheading {
      font-size: 1.14rem;
      color: #4b4b4b;
      text-align: center;
    }

    .text {
      max-width: 520px;
      margin: 0 auto;
      padding: 8px 16px 24px;

      .subheading {
        font-size: 1.14rem;
        font-weight: 600;
        margin: -8px 0 16px;
        font-family: var(--font-serif);
      }

      .note {
        display: none;
      }

      p {
        line-height: 1.8rem;
        color: #4b4b4b;
      }
    }

    .text::before {
      content: counter(concept-section, decimal-leading-zero);
      display: block;
      color: #226c7b;

      text-indent: -9999px;

      background-repeat: no-repeat;
      background-position: center 45%;
      height: 88px;
    }

    &:nth-of-type(1) .text::before {
      background-image: url(../img/concept-1-num.svg);
    }
    &:nth-of-type(2) .text::before {
      background-image: url(../img/concept-2-num.svg);
    }
    &:nth-of-type(3) .text::before {
      background-image: url(../img/concept-3-num.svg);
    }
    &:nth-of-type(4) .text::before {
      background-image: url(../img/concept-4-num.svg);
    }
    &:nth-of-type(5) .text::before {
      background-image: url(../img/concept-5-num.svg);
    }
    &:nth-of-type(6) .text::before {
      background-image: url(../img/concept-6-num.svg);
    }

    .actions {
      text-align: center;
      margin-top: 16px;
    }
  }

  @media (min-width: 1120px) {
    padding: 80px 0;

    .intro {
      .subheading {
        font-size: 2rem;
      }

      p {
        font-size: 1.5rem;
        font-weight: normal;

        line-height: 1.8rem;
      }
    }

    .feature {
      position: relative;

      background-color: transparent;
      background-image: none;

      .bg {
        position: absolute;
        left: 50%;
        width: 1280px;
      }

      .image {
        position: absolute;
        left: 50%;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        background-size: contain;
      }

      .text {
        position: absolute;
        left: 50%;
        padding: 0;

        .subheading {
          font-size: 2rem;

          text-align: left;

          margin: 0 0 16px;
        }

        .note {
          display: block;
          margin-top: 16px;
          font-size: 1rem;
        }

        &::before {
          position: absolute;
          width: 180px;
          height: 100px;
          text-indent: -9999px;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          height: 100px;
        }
      }

      &:nth-of-type(odd) {
        .image {
          left: 50%;

          background-position: left top;
        }

        .bg {
          left: 50%;
        }

        .text {
          left: 50%;

          &::before {
            text-indent: -9999px;
          }
        }
      }
      &:nth-of-type(even) {
        .image {
          left: 50%;

          background-position: right bottom;
        }

        .bg {
          left: 50%;
        }

        .text {
          left: 50%;

          &::before {
            text-indent: 9999px;
          }
        }
      }

      &:nth-of-type(1) {
        margin-top: 40px;
        height: 362px;
        .image {
          width: 847px;
          height: 325px;
          background-image: url("../img/lg/concept-1.png");
          margin-left: -730px;
          top: 10px;
        }
        .bg {
          height: 325px;
          margin-left: -80px;
          top: 40px;
        }
        .text {
          width: 515px;
          margin-left: 10px;
          top: 0px;
          padding: 100px 0 0;

          .subheading {
            margin: 0;
          }

          &::before {
            margin-left: -20px;
            top: -10px;
          }
        }
      }
      &:nth-of-type(2) {
        margin-top: 80px;
        height: 425px;
        .image {
          width: 881px;
          height: 395px;
          background-image: url("../img/lg/concept-2.png");
          margin-left: -170px;
          top: 30px;
        }
        .bg {
          height: 395px;
          margin-left: -1240px;
          top: 0px;
        }
        .text {
          width: 520px;
          margin-left: -530px;
          top: 0px;
          padding: 40px 0 0;

          &::before {
            margin-left: -20px;
            top: -50px;
          }
        }

        .actions {
          margin-top: 24px;
        }
      }
      &:nth-of-type(3) {
        margin-top: 80px;
        height: 375px;
        .image {
          width: 881px;
          height: 370px;
          background-image: url("../img/lg/concept-3.png");
          margin-left: -720px;
          top: -20px;
        }
        .bg {
          height: 377px;
          margin-left: 0px;
          top: 0px;
        }
        .text {
          width: 520px;
          margin-left: 100px;
          padding: 80px 0 0;

          .subheading {
            margin: 0 0 8px;
          }

          &::before {
            margin-left: -20px;
            top: -50px;
          }
        }
      }
      &:nth-of-type(4) {
        margin-top: 80px;
        height: 355px;
        .image {
          width: 881px;
          height: 325px;
          background-image: url("../img/lg/concept-4.png");
          margin-left: -150px;
          top: 30px;
        }
        .bg {
          height: 325px;
          margin-left: -1200px;
          top: 0px;
        }
        .text {
          width: 515px;
          margin-left: -490px;
          padding: 60px 0 0;

          .subheading {
            margin: 0 0 8px;
          }

          &::before {
            margin-left: -20px;
            top: -50px;
          }
        }
      }
      &:nth-of-type(5) {
        margin-top: 80px;
        height: 321px;
        .image {
          width: 881px;
          height: 325px;
          background-image: url("../img/lg/concept-5.png");
          margin-left: -710px;
          top: -20px;
        }
        .bg {
          height: 325px;
          margin-left: -50px;
          top: 0px;
        }
        .text {
          width: 520px;
          margin-left: 30px;
          padding: 80px 0 0;

          &::before {
            margin-left: -20px;
            top: -50px;
          }
        }
      }
      &:nth-of-type(6) {
        margin-top: 80px;
        height: 355px;
        .image {
          width: 881px;
          height: 325px;
          background-image: url("../img/lg/concept-6.png");
          margin-left: -140px;
          top: 30px;
        }
        .bg {
          height: 325px;
          margin-left: -1190px;
          top: 0px;
        }
        .text {
          width: 520px;
          margin-left: -490px;
          padding: 60px 0 0;

          &::before {
            margin-left: -20px;
            top: -50px;
          }
        }
      }

      &:nth-of-type(1) .text::before {
        background-image: url(../img/lg/concept-1-num.svg);
      }
      &:nth-of-type(2) .text::before {
        background-image: url(../img/lg/concept-2-num.svg);
      }
      &:nth-of-type(3) .text::before {
        background-image: url(../img/lg/concept-3-num.svg);
      }
      &:nth-of-type(4) .text::before {
        background-image: url(../img/lg/concept-4-num.svg);
      }
      &:nth-of-type(5) .text::before {
        background-image: url(../img/lg/concept-5-num.svg);
      }
      &:nth-of-type(6) .text::before {
        background-image: url(../img/lg/concept-6-num.svg);
      }
    }

    .bg {
      display: block;
      clear: both;

      position: absolute;
      top: 0;

      background-color: #fff;

      width: 100%;
      height: 100%;
      margin: 0 auto;
      box-sizing: border-box;

      transform: skewX(-22deg);
    }

    .text {
      .subheading {
        font-size: 2rem;
        font-family: var(--font-serif);
      }

      z-index: 1;
    }
  }
}

.sec-message {
  padding: 40px 0;

  color: #fff;
  background: #0c4f48;
  background-image: url("../img/message-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-clip: 100% 990px;

  .heading {
    color: #fff;
  }

  .image {
    margin-top: 24px;
    img {
      margin: 0 auto;
    }
  }

  .title {
    margin-top: 40px;
    font-size: 1rem;
    text-align: left;
    font-family: var(--font-serif);
  }

  .name {
    margin-top: 16px;
    font-size: 1.6rem;
    text-align: left;
    font-family: var(--font-serif);
  }

  .message {
    margin-top: 16px;

    line-height: 1.8rem;
  }

  .actions {
    margin-top: 24px;
    text-align: center;
  }

  .os-button {
    color: #fff;
    border-color: #fff;

    &::after {
      border-left-color: #fff;
    }
  }

  @media (min-width: 1120px) {
    height: 683px;

    background-color: #6aadb4;

    .heading {
      z-index: 2;
      position: absolute;

      width: 300px;
      height: 120px;

      left: 50%;
      top: 80px;
      transform: translateX(-50%);
      font-size: 3rem;
      font-weight: normal;
      color: #fff;
    }

    .image {
      margin: 0;
      padding: 0;
      z-index: 1;
      background-image: url("../img/lg/message-director.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom;

      position: absolute;
      width: 1440px;
      height: 683px;
      left: 50%;
      top: 0;
      margin-left: -720px;

      img {
        display: none;
      }

      &::after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: 700px;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to right,
          rgba(215, 237, 234, 0) 0%,
          rgba(215, 237, 234, 1) 1%
        );
      }
    }

    .text {
      z-index: 2;
      position: absolute;

      width: 436px;
      left: 50%;
      margin-left: -560px;
      top: 170px;
    }

    .title {
      font-size: 1.25rem;
      text-align: left;
    }

    .actions {
      text-align: left;
    }
  }
}

.sec-menu {
  padding: 40px 0 24px;

  background: #F3F9F8;
  background-image: url("../img/menu-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  .menu-1 {
    margin-top: 24px;

    .card {
      background-color: rgba(255, 255, 255, 0.6);
    }

    .image {
      width: 100%;
      height: auto;
      padding-top: 56.25%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top;
    }

    .subheading {
      font-size: 1.33rem;
      margin: 0;
      margin-top: 24px;
      font-family: var(--font-serif);
      font-weight: 600;
      text-align: center;
    }

    .text {
      margin: 16px 0 0;
      padding: 0 24px 24px;
    }

    p {
      line-height: 1.8rem;
    }

    .card:nth-of-type(1) .image {
      background-image: url("../img/menu-1-regenerative.jpg");
    }
    .card:nth-of-type(2) .image {
      background-image: url("../img/menu-2-implant.jpg");
    }
    .card:nth-of-type(3) .image {
      background-image: url("../img/menu-3-periodontal.jpg");
    }
    .card:nth-of-type(4) .image {
      background-image: url("../img/menu-4-oral.jpg");
    }
  }

  .menu-2 {
    .card {
      padding: 40px 0;
      background-color: #f3f9f8;
      transition: background-color 0.3s ease;
      text-decoration: none;
      color: currentColor;
    }

    .image {
      width: 100%;
      height: 120px;
      background-repeat: no-repeat;
      background-size: 120px;
      background-position: center center;
    }

    .subheading {
      margin: 0.5rem 0;
      text-align: center;
      padding-top: 16px;
    }

    p {
      margin: 0;
      padding: 16px 16px 0;

      line-height: 1.8rem;
    }

    .card:nth-of-type(1) .image {
      background-image: url("../img/menu-ico-1-decay.svg");
    }
    .card:nth-of-type(2) .image {
      background-image: url("../img/menu-ico-2-root.svg");
    }
    .card:nth-of-type(3) .image {
      background-image: url("../img/menu-ico-3-aesthetic.svg");
    }
    .card:nth-of-type(4) .image {
      background-image: url("../img/menu-ico-4-whitening.svg");
    }
  }

  @media (min-width: 1120px) {
    padding: 0 0 100px;

    background-image: url("../img/lg/menu-bg.png");
    background-position: center top;
    background-size: cover;

    .wrapper {
      margin: 0 auto;
      padding: 0;
    }

    .heading {
      z-index: 1;
      position: absolute;
      width: 300px;
      height: 120px;
      left: 50%;
      top: 80px;
      transform: translateX(-50%);
    }

    .menu-1 {
      position: relative;

      margin: 0;
      padding: 0;

      &::after {
        content: "";
        display: table;
        clear: both;
      }

      .card {
        float: left;
        width: 50%;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 50px 40px;
        box-sizing: border-box;

        &:nth-of-type(odd) {
          clear: left;

          padding-left: 120px;
        }

        &:nth-of-type(even) {
          float: right;
          clear: right;

          padding-right: 120px;
        }

        &:nth-of-type(1) {
          padding-top: 280px;

          background-image: url("../img/lg/menu-bg-1.jpg");
        }
        &:nth-of-type(2) {
          margin-top: 320px;

          background-color: transparent;

          .subheading {
            margin-top: 40px;
          }

          .text {
            margin-top: 40px;
          }
        }
        &:nth-of-type(3) {
          background-color: transparent;

          .subheading {
            margin-top: 16px;
          }
        }
        &:nth-of-type(4) {
          background-image: url("../img/lg/menu-bg-2.jpg");

          .subheading {
            margin-top: 16px;
          }
        }

        &:nth-of-type(1) .image {
          background-image: url("../img/lg/menu-1-regenerative.jpg");
        }
        &:nth-of-type(2) .image {
          background-image: url("../img/lg/menu-2-implant.jpg");
        }
        &:nth-of-type(3) .image {
          background-image: url("../img/lg/menu-3-periodontal.jpg");
        }
        &:nth-of-type(4) .image {
          background-image: url("../img/lg/menu-4-oral.jpg");
        }
      }

      .subheading {
        font-size: 2rem;
        margin: 24px 0 0;
        font-family: var(--font-serif);
        text-align: center;
      }

      .text {
        padding: 0;
        font-size: 1rem;
        line-height: 1.6;
        color: #4b4b4b;
      }
    }

    .menu-2 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);

      .card {
        padding: 40px;

        .image {
          height: 120px;
          background-size: 120px;

          padding: 0;
        }

        .subheading {
          font-size: 1.14rem;
          margin: 40px 0 0;
          padding: 0;
          text-align: center;
        }

        .text {
          margin: 24px 0 0;
        }

        p {
          font-size: 0.875rem;
          line-height: 1.6;
          color: #4b4b4b;
          padding: 0;
        }

        &:hover {
          background-color: #226c7b;

          .subheading,
          p {
            color: #fff;
          }
        }
      }

      .card:nth-of-type(1) .image {
        background-image: url("/wp-content/uploads/menu_icon01.png");
      }
      .card:nth-of-type(1):hover .image {
        background-image: url("/wp-content/uploads/menu_icon01_hover.png");
      }
      .card:nth-of-type(2) .image {
        background-image: url("/wp-content/uploads/menu_icon02.png");
      }
      .card:nth-of-type(2):hover .image {
        background-image: url("/wp-content/uploads/menu_icon02_hover.png");
      }
      .card:nth-of-type(3) .image {
        background-image: url("/wp-content/uploads/menu_icon03.png");
      }
      .card:nth-of-type(3):hover .image {
        background-image: url("/wp-content/uploads/menu_icon03_hover.png");
      }
      .card:nth-of-type(4) .image {
        background-image: url("/wp-content/uploads/menu_icon04.png");
      }
      .card:nth-of-type(4):hover .image {
        background-image: url("/wp-content/uploads/menu_icon04_hover.png");
      }
    }
  }

  .actions {
    margin: 40px 0 0;
  }

  .os-button[data-variant="primary"] {
    width: 400px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
  }
}

.sec-process {
  padding: 40px 0;

  background-color: #f3f9f8;

  .bg {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    margin-left: -210px;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1280px;

    background-color: #fff;

    transform: skewX(-22.5deg);
  }

  .wrapper {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
    z-index: 1;
  }

  .text {
    padding: 40px 0;
    line-height: 1.8rem;
  }

  .os-button {
    color: var(--font-fg);
    border: 1px solid #000;

    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 6px);

    background: none;

    + .os-button {
      margin-left: 4px;
    }
  }

  @media (min-width: 1120px) {
    position: relative;

    height: 780px;
    padding: 80px 0 0;

    .bg {
      transform: none;

      position: absolute;
      left: 50%;
      margin-left: -721px;
      top: 0;
      width: 1440px;
      max-width: 1440px;
      height: 780px;

      background-color: #fff;
      background-image: url("../img/lg/process-bg.jpg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100%;
    }

    .heading {
      position: relative;

      width: 300px;

      left: 50%;
      transform: translateX(-50%);
      font-size: 3rem;
      font-weight: normal;
      color: #226c7b;
    }

    .subheading {
      margin: 24px 0 0;

      font-size: 2rem;
      font-family: var(--font-serif);
      font-weight: normal;

      text-align: center;
    }

    .text {
      position: relative;

      margin: 24px 0 0;

      width: 667px;
      left: 50%;
      margin-left: -333px;
      padding: 0;

      font-size: 1rem;
      line-height: 1.8rem;
      color: #4b4b4b;
    }

    .actions {
      position: relative;

      margin: 40px 0 0;
      width: 400px;
      left: 50%;
      margin-left: -200px;
      text-align: center;
    }

    .os-button {
      display: block;
      width: 400px;
      height: 80px;
      line-height: 80px;
      padding: 0;
      color: #226c7b;
      font-size: 1.25rem;

      margin: 0 auto;

      + .os-button {
        margin: 0 auto;
        margin-top: 8px;
      }
    }
  }
}

.sec-case {
  background: var(--lightgreen);
  padding: 40px 24px;
  text-align: center;

  .bg {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 0;
    width: 600px;
    height: 100%;
    max-width: 1440px;
    background-color: rgba(255, 255, 255, 0.3);

    z-index: 0;

    transform: skewX(-22.5deg);
  }

  .wrapper {
    position: relative;

    padding: 0 16px;

    z-index: 1;
  }

  .card {
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-top: 1.5rem;

    background: #fff;
    box-sizing: border-box;

    box-shadow: 0 4px 10.2px rgba(0, 0, 0, 0.1);

    .subheading {
      height: 49px;
      line-height: 49px;
      background-color: var(--green-yellow);
      font-size: 1.25rem;
      font-family: var(--font-serif);
      margin-bottom: 0;
    }

    .image {
      margin: 0 auto;
      margin-top: 16px;

      width: 240px;
      height: auto;
    }

    .text {
      margin: 0;
      padding: 16px;
      line-height: 1.8rem;
      color: #4b4b4b;
    }
  }

  .actions {
    margin: 24px 0 0;

    .os-button {
      letter-spacing: 0.2rem;
    }
  }

  @media (min-width: 1120px) {
    padding: 80px 0;

    .bg {
      width: 1068px;
      margin-left: -680px;

      transform-origin: left top;
    }

    .cards {
      margin: 24px auto 0;

      font-size: 0;
    }

    .card {
      display: inline-block;
      vertical-align: top;

      width: 350px;

      .subheading {
        font-size: 1.33rem;
        margin: 20px;

        width: 310px;
      }

      + .card {
        margin-left: 27px;
      }

      .image {
        padding: 0;
        width: 310px;
      }

      .text {
        font-size: 1rem;
      }
    }

    .actions {
      margin-top: 48px;
    }

    .os-button {
      font-size: 1.25rem;
      width: 400px;
      height: 80px;
      line-height: 80px;
      padding: 0;
    }
  }
}

.sec-blog {
  background: #F3F9F8;
  padding: 40px 0;

  .entries {
    margin-top: 16px;
  }

  .entry {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.1rem 0;
  }

  .image {
    display: none;
  }

  .date {
    margin: 0.5rem 0;
    margin-right: 0.5rem;

    display: inline-block;
    font-size: 1rem;
    color: #226c7b;
    font-family: var(--font-serif);
  }

  .category {
    margin: 0.5rem 0;
    padding: 2px 8px;

    display: inline-block;
    background: var(--green-yellow);
    color: var(--font-fg);
    font-size: 0.75rem;
    border-radius: 4px;
  }

  .title {
    margin: 0.5rem 0;

    font-size: 1rem;
    font-family: var(--font-serif);
    color: #7d7d7d;
  }

  .actions {
    padding: 24px 0 0;
  }

  @media (min-width: 1120px) {
    position: relative;
    padding: 0;

    .wrapper {
      position: relative;
      width: 100%;
      max-width: 1280px;
    }

    .heading {
      position: absolute;
      left: 40px;
      top: 0px;
      width: 320px;
      margin: 0 0 1rem;
      text-align: left;
      font-size: 3rem;

      span[lang="en"] {
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: 0.2em;
      }
    }

    .actions {
      position: absolute;
      left: 40px;
      bottom: 10px;
      width: 155px;
      margin: 0;
    }

    .entries {
      margin: 80px 0;
      padding-left: 240px;
      min-height: 200px;
    }

    .entry {
      padding: 24px 0;
      height: 131px;

      .image {
        display: block;

        float: left;
        width: 142px;
        height: 83px;
      }

      .text {
        margin-left: 174px;
        text-align: left;

        width: 520px;

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px 12px;

        font-size: 1.25rem;
      }

      .title {
        order: -1;
        flex: 0 0 100%;
        margin: 12px 0 0;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        min-width: 0;
      }

      .date,
      .category {
        margin: 0;
      }
    }
  }
}

.footer {
  .subsec-contact {
    padding: 40px 0;

    background-color: var(--green);
    background: linear-gradient(
      120deg,
      #66abb2 0%,
      var(--green) 56%,
      #0b4f48 96%
    );
    color: #fff;
    text-align: center;

    .heading {
      color: #fff;
    }

    .text {
      margin-top: 24px;
      line-height: 1.8rem;
    }

    .actions {
      margin-top: 24px;
    }

    .os-button {
      + .os-button {
        margin-top: 1rem;
      }
    }

    @media (min-width: 1120px) {
      padding: 80px 0 0;

      float: left;
      width: 50%;
      height: 553px;

      .heading {
        font-size: 2rem;
      }

      .text {
        margin: 40px 0 0;
        font-size: 1rem;
      }

      .actions {
        margin: 40px 0 0;
      }

      .os-button {
        display: block;
        width: 390px;

        margin: 0 auto;

        + .os-button {
          margin-top: 24px;
        }
      }
    }
  }

  .subsec-nav {
    padding: 40px 0 24px;

    background: #333;

    background: linear-gradient(120deg, #d8c5a9 0%, #9a634b 45%, #382117 100%);
    background-size: 150%;
    background-position: center center;

    color: #fff;
    font-size: 0.875rem;

    .brand {
      margin-bottom: 1rem;
      text-align: center;
    }

    .footer-title {
      font-size: 1.14rem;
      font-family: var(--font-serif);
      font-weight: normal;
      margin-bottom: 0.5rem;
    }

    .footer-address {
      font-style: normal;
      line-height: 1.6;
      margin-top: 8px;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    @media (min-width: 1120px) {
      padding: 80px 0 0;

      float: left;
      width: 50%;
      height: 553px;

      .footer-title {
        font-size: 1.5rem;
      }

      .footer-address {
        font-size: 0.875rem;
      }

      .brand {
        margin-bottom: 40px;
      }
    }
  }
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  align-items: start;
  margin-top: 40px;

  > .first {
    grid-column: 1;
    grid-row: 1;

    li,
    a {
      white-space: nowrap;
    }
  }
  > .second {
    grid-column: 1;
    grid-row: 2;
  }
  > .third {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    vertical-align: top;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 15px;
      height: 15px;
      background: url("../img/footer-list-bullet.svg") no-repeat center/contain;
      margin: 0;
      pointer-events: none;
    }
  }

  @media (min-width: 1120px) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;

    position: relative;
    width: 530px;
    left: 50%;
    margin-left: -265px;
    margin-top: 80px;
  }
}

.footer-links {
  margin-top: 40px;
  text-align: center;

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 1.5rem;
  }

  li {
    margin: 0;
    padding: 0;
  }

  p {
    margin: 1rem 0 0.5rem;
  }
}

.fixed-menu {
  z-index: 3;

  position: fixed;
  right: 0;
  bottom: 0;

  width: 96px;
  height: 186px;

  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  border-radius: 8px 0 0 0;

  background: transparent;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  .os-button {
    display: block;
    width: 80px;
    height: 72px;

    position: absolute;
    right: 0;

    text-align: center;

    font-size: 0.8rem;

    margin: 0;
    padding: 0;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    &.tel {
      bottom: 100px;

      &::before {
        content: url("../img/nav-tel.svg");
        display: block;
        width: auto;
        height: 36px;

        margin-top: 8px;
      }

      span {
        display: block;
        margin-top: 4px;
      }
    }

    &.web {
      bottom: 20px;

      &::before {
        content: url("../img/nav-web.svg");
        display: block;
        width: auto;
        height: 36px;

        margin-top: 8px;
      }

      span {
        display: block;
        margin-top: 4px;
      }
    }
  }

  @media (min-width: 1120px) {
    width: 320px;
    height: 210px;

    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    border-radius: 8px 0 0 0;

    background: transparent;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    .os-button {
      display: block;
      width: 300px;
      height: 80px;

      position: absolute;
      right: 0;

      text-align: center;

      font-size: 0.8rem;

      margin: 0;
      padding: 0;

      border-radius: 10px;

      &::after {
        display: none;
      }

      &.button-tel {
        bottom: 110px;

        .os-number {
          width: 189px;
          height: 24px;

          position: absolute;
          left: 50%;
          margin-left: 16px;
          top: 12px;
          transform: translateX(-50%) scale(0.88);
        }

        .time {
          width: 100%;
          height: 16px;
          line-height: 16px;

          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 44px;
          font-size: 0.875rem;
        }

        &::before {
          content: url("../img/nav-tel.svg");
          display: block;
          width: 36px;
          height: 36px;

          position: absolute;
          left: 24px;
          top: 50%;
          margin-top: -18px;

          transform: scale(1.2);
        }

        span {
          display: block;
          margin-top: 4px;
        }
      }

      &.button-web {
        bottom: 20px;

        &::before {
          content: url("../img/nav-web.svg");
          display: block;
          width: 36px;
          height: 36px;

          position: absolute;
          left: 24px;
          top: 50%;
          margin-top: -18px;

          transform: scale(1.2);
        }

        .label {
          font-size: 1.46rem;

          margin-top: 14px;
          padding-left: 24px;
        }

        .time {
          font-size: 14px;

          margin-top: -6px;
          padding-left: 24px;

          letter-spacing: 0.2rem;
        }
      }
    }
  }
}

.global-menu {
  z-index: 4;

  position: fixed;
  right: 16px;
  top: 16px;

  width: 48px;
  height: 48px;

  border-radius: 8px;

  text-align: center;

  color: #fff;
  padding: 30px 0 0;

  font-size: 0.66rem;

  background-color: #226c7b;
  background-image: url("../img/nav-menu-ico.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 24px;
}


#footer-wrap {
  margin-top: 0;
}

/* =========================================================
   main image ADD 20251208
   ========================================================= */
.sec-hero__overlay-slider {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.sec-hero__overlay-slider .swiper-wrapper,
.sec-hero__overlay-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.sec-hero__overlay-slider .swiper-slide {
  position: relative;
}

.sec-hero .hero-overlay__text {
  text-align: center;
}

@media (min-width: 1120px) {
  .sec-hero .description {
    margin-left: -340px;
  }
}

.hero-mini-wrap {
  position: absolute;
  right: 8%;
  top: 24%;
  width: 630px;
  height: 480px;
  z-index: 4;
}

.hero-mini {
  position: absolute;
  object-fit: cover;
  border: 4px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0s;
}

.hero-mini--top {
  top: 10px;
  right: 80px;
  width: 280px;
  height: auto;
}

.hero-mini--bottom {
  bottom: 20px;
  width: 270px;
  left: 100px;
  height: auto;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1119px) {
  .hero-mini-wrap {
    right: 10%;
    top: 30%;
    width: 360px;
    height: 376px;
  }

  .hero-mini--top {
    top: 0;
    right: 0;
    width: 220px;
  }

  .hero-mini--bottom {
    bottom: 0;
    left: 40px;
    width: 220px;
  }

  .sec-hero .hero-overlay__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .sec-hero__overlay-slider {
    inset: 0;
  }

  .sec-hero .hero-overlay__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-mini-wrap {
    position: absolute;
    left: 46%;
    bottom: 2%;
    top: 70%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 320px;
  }

  .hero-mini {
    display: block;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    height: auto;
  }

  .hero-mini--top {
    width: calc(50% - 10px);
    right: 30px;
    top: -10px;
  }

  .hero-mini--bottom {
	top: 60px;
    left: -15px;
    width: calc(50% - 10px);
  }
}

/* =========================================================
   サブキャッチ・小画像 同期アニメーション
   ========================================================= */
.sec-hero__overlay-slider .hero-overlay__text {
  opacity: 0;
  transition: opacity 2.4s ease;
}

.sec-hero__overlay-slider .hero-mini {
  opacity: 0;
  transition: opacity 2.4s ease, transform .8s ease;
}

.sec-hero__overlay-slider .swiper-slide.is-mini-active .hero-overlay__text,
.sec-hero__overlay-slider .swiper-slide.is-mini-active .hero-mini {
  opacity: 1;
  transition-delay: 0.8s;
}

.sec-hero__overlay-slider:not(.mini-ready) .hero-overlay__text,
.sec-hero__overlay-slider:not(.mini-ready) .hero-mini {
  opacity: 0 !important;
  transition: none !important;
}

/* 小画像の白い枠線と影を共通スタイルより優先させる */
.elementor img.hero-mini {
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

