.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#cm {
  padding: 0 6rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#cm {
    padding: 5vw;
  }
}

#group_link_panel {
  max-width: 1600px;
  margin: auto;
}

.business_title {
  text-align: center;
}
.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) {
  .business_title p.en {
    font-size: clamp(4.7rem, 3.264rem + 1.9vw, 6rem);
  }
}
.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) {
  .business_title h2 {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    transform: translateY(-5rem);
  }
}

.bzu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 10rem auto;
}
.bzu img {
  width: 100%;
}

.company_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 10rem auto;
}
@media screen and (max-width: 767px) {
  .company_link {
    display: block;
  }
}
.company_link .box ul li a {
  text-decoration: underline;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.company_link .box ul li a:hover {
  color: inherit;
  opacity: 0.8;
}
.company_link .box ul li a:after {
  display: block;
  line-height: 0;
  content: "";
  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%;
}
.company_link h3 {
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.company_link .left {
  width: 68%;
  border: 2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .company_link .left {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.company_link .left .link_box {
  background: #ECE9E0;
  display: flex;
  justify-content: space-between;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .company_link .left .link_box {
    display: block;
  }
}
.company_link .left .link_box h4 {
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.company_link .left .link_box .box01 {
  color: #6E6CAA;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .company_link .left .link_box .box01 {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.company_link .left .link_box .box02 {
  color: #4871A8;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company_link .left .link_box .box02 {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.company_link .left .link_box .box03 {
  color: #D9846A;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company_link .left .link_box .box03 {
    width: 100%;
  }
}
.company_link .left .link_box .ul_flex {
  display: flex;
}
.company_link .right {
  width: 30%;
  border: 2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .company_link .right {
    width: 100%;
  }
}
.company_link .right .link_box {
  display: flex;
  justify-content: space-between;
  background: #ECE9E0;
  padding: 3rem;
}
.company_link .right .link_box a {
  color: #CE4C40;
}

.company_intro {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_intro {
    display: block;
    padding: 1rem;
  }
}
.company_intro .txts {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company_intro .txts {
    width: 100%;
    margin: 0 0 -5rem 0;
  }
}
.company_intro .txts .logo {
  margin: 0 0 1rem 0;
}
.company_intro .txts .logo img {
  width: auto !important;
  height: 50px !important;
}
@media screen and (max-width: 767px) {
  .company_intro .txts .logo img {
    height: 36px !important;
  }
}
.company_intro .txts h3 {
  font-weight: bold;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  margin: 0 0 2rem 0;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .company_intro .txts h3 {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  }
  .company_intro .txts h3 br {
    display: none;
  }
}
.company_intro .txts h4 {
  font-weight: 500;
}
.company_intro .illust {
  width: 46%;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -10rem;
  min-width: 280px;
  display: flex;
  justify-content: center;
}
.company_intro .illust img {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_intro .illust {
    width: 100%;
    position: static;
    margin: auto;
    transform: translateY(10rem);
  }
}

.point_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .point_flex {
    display: block;
  }
}
.point_flex .box {
  background: #F2F0EA;
  border-radius: 1rem;
  width: 48%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .point_flex .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.point_flex .box.wide {
  width: 100%;
}
.point_flex .box.wide .point_headers {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point_flex .box.wide .point_headers {
    display: block;
  }
}
.point_flex .box.wide .point_headers .icon_exp {
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .point_flex .box.wide .point_headers .icon_exp {
    padding: 2rem 0 0 0;
  }
}
.point_flex .box .point_headers {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point_flex .box .point_headers .icon {
    width: 40px;
  }
}
.point_flex .box .point_headers .icon_title {
  display: flex;
  align-items: center;
}
.point_flex .box .point_headers .icon_title h3 {
  font-weight: 500;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  margin: 0 0 0 1em;
}
.point_flex .box .point_txt {
  margin: 0 0 2rem 0;
}
.point_flex .box .illust {
  position: absolute;
  top: 2rem;
  right: 0;
}
.point_flex .box .illust.il01 {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .point_flex .box .illust.il01 {
    width: 50px;
    top: 0;
  }
}
.point_flex .box .illust.il02 {
  top: -4rem;
  right: 5rem;
}
@media screen and (max-width: 767px) {
  .point_flex .box .illust.il02 {
    top: 0;
    right: 2rem;
  }
}
.point_flex .box .illust.il02 img {
  width: auto !important;
  height: 150px !important;
}
@media screen and (max-width: 767px) {
  .point_flex .box .illust.il02 img {
    height: 60px !important;
  }
}
.point_flex .box .icon_exp {
  flex: 1;
}

.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 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;
}
.detail_btn .page_nav ul li a {
  background: #fff;
  display: block;
}
