.entxt {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}

.entxt_inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.entxt_track {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
}

.entxt_track p {
  flex: 0 0 auto;
  margin: 0;
}

.fonts-loaded .entxt {
  visibility: visible;
}

/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio, input, select):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

main#special {
  padding: 0 6rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#special {
    padding: 5vw;
  }
}
main#special .business_title {
  text-align: center;
}
main#special .business_title p.en {
  font-size: clamp(9.2rem, 5.952rem + 4.2vw, 12rem);
  color: rgba(206, 76, 64, 0.1);
}
@media screen and (max-width: 767px) {
  main#special .business_title p.en {
    font-size: clamp(4.7rem, 3.264rem + 1.9vw, 6rem);
  }
}
main#special .business_title h2 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(3.35rem, 2.328rem + 1.3vw, 4.2rem);
  line-height: 1;
  transform: translateY(-7rem);
}
@media screen and (max-width: 767px) {
  main#special .business_title h2 {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    transform: translateY(-5rem);
  }
}
main#special .page_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  main#special .page_nav ul {
    display: block;
  }
}
main#special .page_nav ul li {
  width: 21%;
  display: flex;
}
@media screen and (max-width: 767px) {
  main#special .page_nav ul li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
main#special .page_nav ul li a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-size: clamp(1.2rem, 0.504rem + 0.9vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 10rem;
  line-height: 1.4;
  padding: 1.5rem 0;
  transition: all 0.3s ease;
  font-feature-settings: "palt";
}
main#special .page_nav ul li a:hover {
  background: #CE4C40;
  color: #ffffff;
}
main#special .page_nav ul li a:hover:after {
  color: #ffffff;
}
main#special .page_nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: block;
  background: #CE4C40;
  color: #CE4C40;
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7 10l5 5l5-5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
main#special section.special_panel {
  max-width: 1400px;
  padding: 0 6rem;
  margin: 0 auto 10rem auto;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel {
    padding: 0 0.5rem;
  }
}
main#special section.special_panel .inner {
  background: #ffffff;
  border-radius: 3rem;
  position: relative;
  padding: 5rem 8rem;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel .inner {
    padding: 3rem;
  }
}
main#special section.special_panel .inner .numbers {
  color: #CE4C40;
  font-size: 10rem;
  position: absolute;
  top: -8.5rem;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel .inner .numbers {
    left: 50%;
    transform: translateX(-50%);
    top: -0.2em;
  }
  main#special section.special_panel .inner .numbers p.en {
    font-size: clamp(4.7rem, 3.264rem + 1.9vw, 6rem);
    line-height: 1;
  }
}
main#special section.special_panel .inner .special_headers {
  padding: 2rem 0 0 0;
}
main#special section.special_panel .inner .special_headers h2 {
  font-weight: bold;
  font-size: clamp(3.2rem, 2.272rem + 1.2vw, 4rem);
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel .inner .special_headers h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  }
}
main#special section.special_panel .inner .special_headers p {
  margin: 0 0 3rem 0;
}
main#special section.special_panel a.c-button {
  display: block;
  background: #f1f0ea;
  border-radius: 2rem;
  padding: 2rem 2rem 2rem 2rem;
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
}
main#special section.special_panel a.c-button .in {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .in {
    display: block;
    border-radius: 1rem;
    padding: 1rem;
  }
}
main#special section.special_panel a.c-button:hover .detailss {
  background: #CE4C40;
  color: #ffffff;
}
main#special section.special_panel a.c-button:hover .detailss p {
  color: #ffffff;
}
main#special section.special_panel a.c-button:hover .detailss .downicon {
  background: #ffffff;
}
main#special section.special_panel a.c-button:hover .detailss .downicon svg {
  color: #CE4C40;
}
main#special section.special_panel a.c-button .photo {
  position: relative;
  flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
main#special section.special_panel a.c-button .photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin: 0 0 2rem 0;
  }
}
main#special section.special_panel a.c-button .txts {
  flex: 1;
  padding: 0 12rem 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .txts {
    padding: 1rem 0 3rem 0;
    text-align: center;
  }
}
main#special section.special_panel a.c-button .txts .logo {
  height: 36px !important;
  width: auto;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .txts .logo {
    height: 30px !important;
    margin: 0 auto 1rem auto;
  }
}
main#special section.special_panel a.c-button .txts h2 {
  font-weight: bold;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  margin: 0;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .txts h2 {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  }
}
main#special section.special_panel a.c-button .detailss {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .detailss {
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 1rem 0 0 0;
  }
}
main#special section.special_panel a.c-button .detailss p {
  color: #CE4C40;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  main#special section.special_panel a.c-button .detailss p {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  }
}
main#special .downicon {
  background: #CE4C40;
  cursor: pointer;
  color: #ffffff;
  padding: 0.3rem 1.3rem;
  border-radius: 5px;
  margin: 0 0 0 1rem;
  transition: all 0.3s ease;
}
main#special .downicon svg {
  display: block;
  line-height: 0;
  transition: transform 0.3s ease;
  transform-origin: center center;
  line-height: 0;
}

.detail_btn {
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .detail_btn {
    text-align: center;
    margin: 0 0 3rem 0;
  }
}
.detail_btn.c01 a {
  background: #6E6CAA;
}
.detail_btn.c01 a:hover {
  background: rgb(94.6875, 92.5107758621, 159.9892241379);
}
.detail_btn.c02 a {
  background: #4871A8;
}
.detail_btn.c02 a:hover {
  background: rgb(64.35, 100.99375, 150.15);
}
.detail_btn.c03 a {
  background: #D9846A;
}
.detail_btn.c03 a:hover {
  background: rgb(211.8181818182, 115.2272727273, 85.6818181818);
}
.detail_btn.c04 a {
  background: #CE4C40;
}
.detail_btn.c04 a:hover {
  background: rgb(194.58125, 62.14375, 49.91875);
}
.detail_btn a {
  background: #CE4C40;
  color: #ffffff;
  display: inline-flex;
  padding: 1.5rem 1rem 1.5rem 2rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.detail_btn a:hover {
  background: rgb(194.58125, 62.14375, 49.91875);
}
.detail_btn a p {
  margin: 0 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .detail_btn a {
    font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
    font-feature-settings: "palt";
  }
}
.detail_btn a .icon {
  border-left: 1px solid #ffffff;
  padding: 0 0 0 0.2em;
}
.detail_btn a .icon svg {
  display: block;
  line-height: 0;
}
.detail_btn .page_nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .detail_btn .page_nav ul {
    display: block;
  }
}
.detail_btn .page_nav ul li a {
  background: #fff;
  display: block;
}

.modal_cont {
  border-radius: 3rem;
}

.modal_cont_headers {
  padding: 0rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .modal_cont_headers {
    padding: 5rem 0 0 0;
  }
}
.modal_cont_headers .logo {
  text-align: center;
  height: 40px;
  width: auto;
  margin: 0 0 1rem 0;
}
.modal_cont_headers h2 {
  font-weight: bold;
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  text-align: center;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .modal_cont_headers h2 {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
.modal_cont_headers p {
  margin: 0 0 3rem 0;
}

.two_photos {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .two_photos {
    display: block;
  }
}
.two_photos .image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .two_photos .image {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

#modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  border-radius: 3rem;
  overflow: hidden;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 2px;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.modal .scroll-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
  right: 15px;
  top: 15px;
  transform: rotate(45deg);
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ce4c40;
  top: 50%;
  left: 0;
}
.modal .modal-close::before {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 36px;
    height: 36px;
  }
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 3rem;
  padding: 10rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 5vw;
  }
}
