@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fifth-component {
    margin-top: calc(25 / 1366 * 100vw - 25 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component {
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component {
    margin-top: 10px;
  }
}

.fifth-component .half-banner-b-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .fifth-component .half-banner-b-container {
    flex-direction: column;
  }
}

.fifth-component .fifth-panel-container {
  position: relative;
}

.fifth-component .fifth-panel-container-link {
  color: #fff;
  display: block;
}

.fifth-component .fifth-panel-image {
  width: 100%;
  display: block;
}

.fifth-component .fifth-panel-inner {
  position: absolute;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-panel-inner {
    bottom: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    left: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-panel-inner {
    bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-panel-inner {
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-panel-inner {
    bottom: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    left: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

.fifth-component .fifth-panel-title {
  text-align: left;
  font-family: "BigText", sans-serif;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-panel-title {
    margin-bottom: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-panel-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-panel-title {
    margin-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-panel-title {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-font-small {
    font-size: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
    line-height: calc(55 / 50);
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-font-small {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-font-small {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-font-small {
    font-size: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
    line-height: calc(32 / 24);
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-font-small {
    font-size: 24px;
  }
}

.fifth-component .fifth-font-big {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-font-big {
    font-size: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
    line-height: calc(55 / 50);
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-font-big {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-font-big {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-font-big {
    font-size: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    margin-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    line-height: calc(32 / 24);
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-font-big {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-font-big {
    margin-bottom: 20px;
  }
}

.fifth-component .fifth-sub-title {
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-sub-title {
    line-height: auto;
    font-size: calc(28 / 1366 * 100vw - 28 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-sub-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-sub-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-sub-title {
    line-height: auto;
    font-size: calc(18 / 375 * 100vw - 18 / 375 * var(--scrollbar-size-px));
    margin-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 767px) and (min-width: 1366px) {
  .fifth-component .fifth-sub-title {
    font-size: 65.568px;
  }
}

@media screen and (max-width: 767px) and (min-width: 1366px) {
  .fifth-component .fifth-sub-title {
    margin-bottom: 72.85333px;
  }
}

.fifth-component .btn-wrapper {
  display: flex;
}

.fifth-component .fifth-button {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-button {
    transition: all .25s ease-out;
    height: calc(46 / 1366 * 100vw - 46 / 1366 * var(--scrollbar-size-px));
    width: calc(220 / 1366 * 100vw - 220 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-button {
    height: 46px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-button {
    width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-button:hover {
    background-color: #fff;
  }
  .fifth-component .fifth-button:hover a {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-button {
    height: calc(46 / 375 * 100vw - 46 / 375 * var(--scrollbar-size-px));
    width: calc(155 / 375 * 100vw - 155 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-button {
    height: 46px;
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-button {
    width: 155px;
  }
}

.fifth-component .fifth-button:first-of-type {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.fifth-component .fifth-button.white-border {
  border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-button.white-border:hover {
    background-color: #fff;
  }
  .fifth-component .fifth-button.white-border:hover a {
    color: #000;
  }
}

.fifth-component .fifth-button .fifth-button-link {
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media screen and (min-width: 768px) {
  .fifth-component .fifth-button .fifth-button-link {
    font-size: calc(18 / 1366 * 100vw - 18 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
  .fifth-component .fifth-button .fifth-button-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .fifth-component .fifth-button .fifth-button-link {
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 767px) and (min-width: 375px) {
  .fifth-component .fifth-button .fifth-button-link {
    font-size: 15px;
  }
}

.fifth-component .fifth-button .fifth-button-link.white {
  color: #fff;
}
