@charset "UTF-8";
a.btn.btn-x {
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #000;
  transition: 0.3s;
}
a.btn.btn-x svg path {
  transition: 0.3s;
}
a.btn.btn-x:hover {
  background-color: #fff;
}
a.btn.btn-x:hover svg path {
  fill: #000 !important;
}

a.btn.btn-mail {
  background: #b10d15;
  color: #fff;
  min-height: 65px;
  width: 240px;
  padding-left: 26px;
  justify-content: flex-start;
}
a.btn.btn-mail svg * {
  transition: 0.3s;
}
a.btn.btn-mail:hover {
  background: #f7ba00;
  color: #b10d15;
}
a.btn.btn-mail:hover svg * {
  stroke: #b10d15 !important;
}
a.btn.btn-mail span {
  margin-left: 15px;
  font-size: 1.4rem;
}

.img-cost {
  text-align: center;
}

.box-cont-cs {
  padding: 0 60px;
}

/* Ẩn hoàn toàn */
.hidden-field {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

/* Hiện lại bình thường */
.visible-field {
  opacity: 1;
  height: auto;
  visibility: visible;
  pointer-events: auto;
}

.page-header {
  height: 450px;
  padding-top: 290px;
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-page.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-header::before {
  content: "";
  width: 770px;
  height: 770px;
  background-color: #fff;
  border-radius: 50%;
  top: -160px;
  left: -336px;
  position: absolute;
  z-index: -1;
}

.title-en {
  font-size: 12rem;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke: 2px #b10d15;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.title-en span {
  font-size: 18rem;
  -webkit-text-stroke: 0px #b10d15;
  color: #b10d15;
  position: relative;
  line-height: 1;
}
.title-en span::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #b10d15;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.title-jp {
  font-size: 3rem;
  font-weight: bold;
  color: #b10d15;
}

.img-page-top {
  padding-top: 70px;
  padding-bottom: 75px;
  text-align: center;
}

.page-anchor {
  padding-bottom: 90px;
}

.sub-title {
  text-align: center;
  position: relative;
}
.sub-title::after {
  content: "";
  width: 55px;
  height: 10px;
  background-image: url(../images/brand/bg-sub.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.sub-title h2 {
  font-size: 10rem;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #c8c8c8;
  display: inline-block;
}
.sub-title h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #b10d15;
  margin-top: -55px;
}
.sub-title.white h2 {
  -webkit-text-stroke: 1px #fff;
}
.sub-title.white h3 {
  color: #fff;
}

a.btn.btn-main {
  max-width: 260px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #b10d15;
  min-height: 56px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 5px;
}
a.btn.btn-main::before {
  width: 100%;
  height: 65px;
  z-index: -1;
  background-image: url(../images/index/icon-btn-arrow.svg);
  background-size: auto 100%;
  z-index: 1;
  background-position: right center;
}

.brand-01 {
  position: relative;
}
.brand-01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e6ecf5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.brand-01::before {
  content: "";
  width: 386px;
  height: 386px;
  background-image: url(../images/brand/favi.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
  position: absolute;
  right: -70px;
  bottom: 45px;
}

.box-img-brand {
  display: flex;
  gap: 5px;
}
.box-img-brand img {
  width: 33.33%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.brand-02 {
  position: relative;
}
.brand-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1d4c80;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.box-brand-info {
  position: relative;
}

.tag-brand {
  position: absolute;
  top: 20px;
  left: -5px;
}

.img-brand-info > img {
  border: 1px solid #b10d15;
  border-radius: 50%;
}

.box-brand-info p {
  line-height: 1.875;
  padding-top: 20px;
}

.brand-service {
  border: 1px solid #222222;
  padding: 70px 88px;
  display: flex;
  border-radius: 15px;
  background-color: #fff;
}

.brand-service-img {
  width: 300px;
}

.brand-service-text {
  flex: 1;
  margin-left: 60px;
}
.brand-service-text p {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.875;
}

.brand-service-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  color: #b10d15;
}
.brand-service-title span {
  font-size: 8.2rem;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: 20px;
  line-height: 1;
  padding-top: 5px;
  font-style: italic;
}

.box-slide-brand .slick-list {
  overflow: visible;
  margin: 0 -25px;
}
.box-slide-brand .slick-slide {
  padding: 0 25px;
}
.box-slide-brand button.slide-arrow {
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  z-index: 1;
}
.box-slide-brand button.slide-arrow.next-arrow {
  right: -35px;
  left: auto;
}
.box-slide-brand ul.slick-dots {
  bottom: -65px;
}

.brand-04 {
  position: relative;
}
.brand-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e6ecf5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.box-630 {
  max-width: 630px;
  margin: 0 auto;
}

.box-slide-brand-5 .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.box-slide-brand-5 .slick-slide {
  padding: 0 15px;
}
.box-slide-brand-5 button.slide-arrow {
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -85px;
  z-index: 1;
}
.box-slide-brand-5 button.slide-arrow.next-arrow {
  right: -85px;
  left: auto;
}
.box-slide-brand-5 img {
  border-radius: 15px;
}
.box-slide-brand-5 ul.slick-dots {
  bottom: -50px;
}

.brd-15 {
  border-radius: 15px;
}

.brand-06 {
  position: relative;
}
.brand-06::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e6ecf5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.box-map-store {
  height: 300px;
  margin-top: 22px;
}
.box-map-store iframe {
  width: 100%;
  height: 100%;
}

.map-company {
  height: 430px;
}
.map-company iframe {
  width: 100%;
  height: 100%;
}

.box-info-store {
  margin-left: 20px;
  padding: 45px 55px;
  border-radius: 15px;
  background-color: #f5f5f5;
}
.box-info-store table {
  width: 100%;
  margin-bottom: 15px;
}
.box-info-store table td {
  line-height: 1.875;
  vertical-align: text-top;
}
.box-info-store table td:nth-child(1) {
  width: 95px;
  color: #b10d15;
  font-weight: 500;
}

a.btn.btn-store {
  max-width: 430px;
  min-height: 90px;
  border: 2px solid #b10d15;
  border-radius: 15px;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 500;
  color: #b10d15;
}
a.btn.btn-store::after {
  width: 43px;
  height: 43px;
  mask-image: url(../images/brand/icon-pho.svg);
  -webkit-mask-image: url(../images/brand/icon-pho.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #b10d15;
  left: 30px;
  transition: 0.3s;
}
a.btn.btn-store::before {
  width: 32px;
  height: 10px;
  mask-image: url(../images/brand/icon-right.svg);
  -webkit-mask-image: url(../images/brand/icon-right.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #b10d15;
  transition: 0.3s;
  right: 38px;
}
a.btn.btn-store:hover {
  color: #fff;
  background-color: #b10d15;
  border-color: #fff;
}
a.btn.btn-store:hover::after, a.btn.btn-store:hover::before {
  background-color: #fff;
}
a.btn.btn-store.btn-phone::after {
  width: 48px;
  height: 50px;
  mask-image: url(../images/brand/icon-phone.svg);
  -webkit-mask-image: url(../images/brand/icon-phone.svg);
}

.box-btn-store {
  padding-top: 30px;
}

h4.title-cs {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 900;
  color: #222222;
  padding-bottom: 20px;
  position: relative;
}
h4.title-cs::after {
  content: "";
  width: 80px;
  height: 5px;
  border-radius: 3px;
  background-color: #b10d15;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.box-text-tenant {
  padding-left: 100px;
  color: #fff;
}
.box-text-tenant h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 30px;
}
.box-text-tenant p {
  line-height: 1.875;
  padding-bottom: 60px;
}

.text-tenant {
  font-size: 11rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Josefin Slab", sans-serif;
  color: #fff;
  -webkit-text-stroke: 3px #b10d15;
  text-align: right;
  margin-bottom: -50px;
  margin-right: -40px;
}

.brand-08 {
  position: relative;
}
.brand-08::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b10d15;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.brand-08::before {
  content: "";
  width: 50%;
  height: 500px;
  background-image: url(../images/brand/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.brand-08.brand-09::after {
  background-color: #fdd560;
}
.brand-08.brand-09::before {
  content: "";
  width: 668px;
  height: 100%;
  background-image: url(../images/brand/after-2_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: auto;
}
.brand-08.brand-09 .box-text-tenant {
  color: #222222;
}
.brand-08.brand-09 .box-text-tenant h2 {
  color: #b10d15;
}
.brand-08.brand-09 .text-tenant {
  width: -moz-fit-content;
  width: fit-content;
}
.brand-08.brand-09 a.btn.btn-store.btn-phone::after {
  width: 35px;
  height: 44px;
  mask-image: url(../images/brand/icon-cs.svg);
  -webkit-mask-image: url(../images/brand/icon-cs.svg);
  left: 33px;
}

footer {
  background-color: #222222;
}

.footer-top {
  display: flex;
}

.footer-left {
  width: 135px;
}

.footer-right {
  flex: 1;
  padding-left: 100px;
}

a.link-footer {
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
a.link-footer:hover {
  color: #fee987;
  opacity: 1;
}

a.sub-link-footer {
  display: block;
  color: #fff;
  padding-left: 15px;
  line-height: 2;
  font-size: 1.5rem;
}
a.sub-link-footer:hover {
  color: #fee987;
  opacity: 1;
}

.box-group-link-ft {
  display: flex;
}

.footer-right-top {
  color: #fff;
  padding-left: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.box-link-footer {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.box-link-footer:last-child {
  margin-right: 0;
}

.box-social {
  display: flex;
  gap: 30px;
}

.page-store .page-header::after {
  background-image: url(../images/store/bg-store.png);
}
.page-store .brand-01::after,
.page-store .brand-04::after {
  background-color: #fef7d5;
}
.page-store .brand-01::before {
  width: 456px;
  height: 404px;
  background-image: url(../images/store/favi.png);
}
.page-store .brand-02::after {
  background-color: #fdd560;
}
.page-store .brand-08:not(.brand-09)::before {
  width: calc(50% + 43px);
  left: -43px;
  height: 579px;
  top: 0;
  background-image: url(../images/store/after-1.png);
}
.page-store .brand-08.brand-09::before {
  background-image: url(../images/store/after-2.png);
}
.page-store .brand-08.brand-09 {
  z-index: 1;
}

.page-shou .page-header::after {
  background-image: url(../images/store/bg-shou.png);
}
.page-shou .brand-01::after,
.page-shou .brand-04::after {
  background-color: #f2eee6;
}
.page-shou .brand-01::before {
  width: 421px;
  height: 417px;
  background-image: url(../images/store/favi-2.png);
}
.page-shou .brand-02::after {
  background-color: #c2303a;
}
.page-shou .brand-08.brand-09::before {
  background-image: url(../images/store/after-shou-2.png);
}
.page-shou .brand-07 a.btn.btn-store::after {
  width: 41px;
  height: 48px;
  mask-image: url(../images/store/icon-qq.svg);
  -webkit-mask-image: url(../images/store/icon-qq.svg);
}
.page-shou .brand-08:not(.brand-09)::before {
  width: calc(50% + 72px);
  left: -72px;
  height: 571px;
  background-image: url(../images/store/after-shou-1.png);
}
.page-shou .brand-09 a.btn.btn-store.btn-phone::after {
  width: 38px;
  height: 46px;
  mask-image: url(../images/store/icon-2.svg);
  -webkit-mask-image: url(../images/store/icon-2.svg);
}

.page-partner .page-header .container-1100 {
  max-width: 1230px;
}
.page-partner .title-en {
  font-size: 10rem;
}
.page-partner .page-header::after {
  background-image: url(../images/partner/bg-partner.png);
}
@media (min-width: 768px) {
  .page-partner ul.list-anchor li a {
    padding-left: 24px;
    justify-content: flex-start;
    text-align: left;
  }
}

.box-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-part .toggle-hd {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-size: 2.3rem;
  font-weight: 500;
  color: #b10d15;
  border-radius: 10px;
  background: #f5f5f5;
  letter-spacing: 0.075em;
  position: relative;
}
.toggle-part .toggle-hd::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/partner/icon-open.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
.toggle-part .toggle-hd.active::after {
  background-image: url(../images/partner/icon-close.svg);
}
.toggle-part .toggle-cont {
  padding-top: 50px;
}

.box-direction {
  width: 260px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-right: 20px;
}
.box-direction::after {
  content: "";
  width: 347px;
  height: 232px;
  background-color: #feebe7;
  border-radius: 115px;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.box-direction:first-child {
  width: 378px;
}
.box-direction:first-child::after {
  width: 100%;
  height: 100%;
  border-radius: 37px;
}
.box-direction:not(:first-child) {
  width: 254px;
  margin-right: 20px;
  height: 255px;
}
.box-direction:not(:first-child)::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.box-direction:last-child {
  margin-right: 0;
}

.name-direction {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.15;
  color: #222;
  margin-bottom: 10px;
}

.price-direct {
  font-size: 3rem;
  color: #b10d15;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid;
  margin: 0 auto 15px;
}
.price-direct span {
  font-size: 2rem;
}

.box-direction p {
  line-height: 1.375;
  text-align: center;
}

.box-flex-direction {
  display: flex;
  justify-content: center;
}

.box-cost-info {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.box-cost-info:last-child {
  margin-bottom: 0;
}
.box-cost-info:last-child .cost-name,
.box-cost-info:last-child .cost-price {
  color: #b10d15;
}

.box-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cost-name {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65px;
  padding-left: 96px;
  background-color: #feebe7;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}

.cost-price {
  flex: 1;
  padding-right: 35px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f5f5f5;
  font-weight: 500;
}

.cost-name img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.cost-percent {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f5f5f5;
  padding-right: 35px;
}

.v2 .cost-name {
  width: 340px;
}

.box-border {
  padding: 64px;
  border: 1px solid #b10d15;
  border-radius: 15px;
  background-color: #fff;
}

h4.title-box {
  font-size: 3rem;
  font-family: "Shippori Antique", sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
  color: #b10d15;
  padding-bottom: 20px;
  position: relative;
}
h4.title-box::after {
  content: "";
  width: 406px;
  height: 16px;
  background-image: url(../images/partner/bg-title.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title-case {
  font-size: 2.7rem;
  font-weight: 900;
  color: #b10d15;
  line-height: 1.29;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.title-case::after {
  content: "";
  width: 100%;
  height: 9px;
  background-image: url(../images/partner/bg-title-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.text-case {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-right: 0;
}
.text-case p {
  line-height: 2.178;
}

.row-reverse .text-case {
  padding-left: 15px;
  padding-right: 0;
}
.row-reverse .img-case {
  text-align: right;
}

.partner-02 {
  position: relative;
}
.partner-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.list-step-box {
  position: relative;
}
.list-step-box::after {
  content: "";
  width: 30px;
  height: 932px;
  background-image: url(../images/partner/bg-step.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 45px;
  left: 90px;
  z-index: -5;
  position: absolute;
}

.box-step {
  display: flex;
  padding-left: 88px;
  align-items: baseline;
  margin-bottom: 40px;
  position: relative;
}

.num-step {
  width: 75px;
  font-size: 10rem;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-weight: 600;
  color: #b10d15;
  line-height: 1;
  margin-right: 50px;
  text-align: right;
  position: relative;
}
.num-step::after {
  content: "";
  width: 170px;
  height: 75px;
  background-color: #feebe7;
  position: absolute;
  z-index: -1;
  right: -40px;
  top: 10px;
  clip-path: polygon(50px 0%, 100% 0%, 120px 100%, 0% 100%);
}

.home #logo .header-logo path {
  fill: #fff !important;
}

.box-text-step {
  flex: 1;
  max-width: 620px;
}

.box-text-step h5 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #b10d15;
  margin-bottom: 20px;
}

.box-text-step p {
  line-height: 1.875;
}

.img-step {
  width: 168px;
  text-align: center;
  position: relative;
  right: -20px;
}

.partner-04 {
  position: relative;
}
.partner-04 .sub-title h2 {
  margin: 0 -50px;
}
.partner-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.box-member {
  position: relative;
  margin-bottom: 95px;
}
.box-member::after {
  content: "";
  width: 94px;
  height: 94px;
  background-image: url(../images/index/mini.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: -8px;
  top: 17px;
  position: absolute;
}

.member-img {
  width: 100%;
  border: 1px solid #b10d15;
  border-radius: 50%;
  overflow: hidden;
}
.member-img img {
  transition: transform 0.3s ease-in-out;
}
.member-img:hover img {
  transform: scale(1.1);
}

.member-job {
  width: 230px;
  min-height: 85px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 43px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.member-job p {
  font-size: 1.3rem;
  font-weight: 500;
}
.member-job::after {
  content: "";
  width: 19px;
  height: 6px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 28px;
  bottom: 28px;
}

.name-member {
  font-size: 1.9rem;
  font-weight: 500;
}

.member-excerpt {
  position: absolute;
  right: 17px;
  top: 0;
  display: flex;
}
.member-excerpt p {
  text-orientation: mixed;
  writing-mode: vertical-rl;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 240px;
  background-color: #24191a;
  color: #fff;
  padding-top: 12px;
  margin-left: 10px;
}

.page-member .page-header::after {
  background-image: url(../images/index/bg-page-member.png);
}

.box-single-member-top {
  display: flex;
}

.member-top-left {
  width: 50%;
  height: 550px;
  position: relative;
}

.member-top-right {
  width: 50%;
  padding-left: 100px;
  padding-top: 80px;
  position: relative;
}
.member-top-right::after {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #b10d15;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
}

.img-single-member {
  position: absolute;
  right: -30px;
  top: 0;
  width: calc(50vw + 30px);
  height: 100%;
}

.img-single-member img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-caption {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.47;
  color: #fee987;
  margin-bottom: 80px;
}

.text-member {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.34;
  color: #fff;
}

.name-inter {
  font-size: 3.4rem;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 35px;
}

.date-join {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.box-qna-inter {
  display: flex;
  margin-bottom: 60px;
}

.img-qna-inter {
  width: 500px;
  padding-left: 50px;
  position: relative;
  margin-right: -100px;
}

.qna-inter-left {
  flex: 1;
}

.img-qna-inter img {
  border-radius: 10px;
}

.question-inter {
  font-size: 3rem;
  font-weight: 900;
  color: #b10d15;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
  position: relative;
}
.question-inter::after {
  content: "";
  width: 270px;
  height: 2px;
  background-color: #b10d15;
  left: 0;
  bottom: 0;
  position: absolute;
}

.question-inter span {
  font-size: 3.8rem;
  color: #aaa0aa;
  font-weight: bold;
  font-style: italic;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.1em;
  margin-right: 10px;
}

.anwser-inter {
  line-height: 2.187;
}

.box-qna-inter.reverse {
  flex-direction: row-reverse;
}

.box-qna-inter.reverse .img-qna-inter {
  padding-right: 50px;
  padding-left: 0;
  margin-right: 0;
  margin-left: -100px;
}

.box-flow-list {
  display: flex;
}

.box-flow {
  background-color: #fff;
  padding: 30px 35px;
  width: calc(33.33% - 47px);
  margin-right: 35px;
  margin-left: 35px;
}

.flow-left {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #b10d15;
  padding-left: 15px;
  position: relative;
  margin-bottom: 30px;
}

.flow-left:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #b10d15;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

.box-flow:last-child {
  margin-right: 0;
}

.title-member {
  padding-top: 95px;
  padding-bottom: 25px;
  position: relative;
}
.title-member h3 {
  font-size: 3.3rem;
  font-weight: 900;
  color: #b10d15;
  text-align: center;
}
.title-member::after {
  content: "";
  width: 55px;
  height: 10px;
  background-image: url(../images/brand/bg-sub.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.title-member::before {
  content: "";
  width: 83px;
  height: 83px;
  background-image: url(../images/index/mini.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.member-flow {
  position: relative;
}
.member-flow::after {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  background-color: #feebe7;
}

.box-schedule {
  display: flex;
  margin-bottom: 40px;
}

.time-schedule {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  color: #aaa0aa;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.025em;
}

.cont-schedule {
  flex: 1;
  padding-left: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.box-img-timeline {
  text-align: right;
}

.img-timeline {
  margin-bottom: 50px;
}

.text-day-off {
  padding-left: 10px;
}

.member-off {
  position: relative;
}
.member-off::after {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  background-color: #feebe7;
}

.list-post .news-item.item-list {
  padding: 0;
  border-bottom: none;
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #b10d15;
  padding-left: 25px;
}
.list-post .news-item.item-list .date {
}
.list-post .news-item.item-list a.cat {
  min-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
.list-post .news-item.item-list .title {
}

.news-img {
  margin-bottom: 12px;
}
.news-img img {
  border: 1px solid #b10d15;
}

.box-single-top {
  padding: 30px 50px;
  background-color: #feebe7;
}

a.btn.btn-main.btn-home-single {
  width: 292px;
  padding-left: 30px;
  max-width: 292px;
}

.page-news .page-header::after {
  background-image: url(../images/index/bg-news.png);
}

.box-details {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.76;
}

.detail-left {
  width: 230px;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  background: #b10d15;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}

.detail-right {
  flex: 1;
  display: flex;
  background: #f0f0f0;
  align-items: center;
  padding: 10px 30px;
  min-height: 50px;
}

.box-step-recruit {
  display: flex;
  border: 1px solid #b10d15;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 22px;
}

.step-recruit-left {
  width: 240px;
  display: flex;
  align-items: center;
  min-height: 70px;
  border-right: 1px solid #b10d15;
  font-size: 2rem;
  color: #b10d15;
  font-weight: bold;
}
.step-recruit-left span {
  font-size: 5.5rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Josefin Slab", serif;
  margin-right: 10px;
}

.step-recruit-right {
  flex: 1;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.title-single.title-qna:after {
  content: "Q.";
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #b10d15;
  font-style: italic;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -5px;
}

.title-single.title-qna {
  padding-left: 55px;
}

.box-content-answer {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.box-content-answer:after {
  content: "A.";
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #b10d15;
  font-style: italic;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  position: absolute;
  left: -55px;
  top: -5px;
}

.page-recruit .page-header::after {
  background-image: url(../images/recruit/bg-page-recruit.png);
}
.page-recruit .page-header .container {
  max-width: 1230px;
}
.page-recruit .sidebar-list {
  justify-content: center;
}
.page-recruit .news-item.item-list:last-child {
  border-bottom: none;
}

.recruit-02 {
  position: relative;
}
.recruit-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#banner-home {
  height: 817px;
  background-image: url(../images/index/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner-home .container {
  height: 100%;
}

.slide-home-content {
  text-align: right;
  padding-top: 180px;
  margin-right: -66px;
}

.name-com {
  font-size: 16rem;
  font-weight: bold;
  font-style: italic;
  color: #f7ba00;
  position: absolute;
  right: -100px;
  font-family: "Josefin Slab", serif;
  bottom: -60px;
  transform: rotate(-5deg);
}

.link-banner {
  position: absolute;
  width: 433px;
  left: -47px;
  bottom: -70px;
}

.text-home-about p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 5rem;
  font-weight: 900;
  color: #b10d15;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 50px;
}

.main-title-en {
  font-size: 13.5rem;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke: 2px #b10d15;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.main-title-en span {
  font-size: 20rem;
  -webkit-text-stroke: 0px #b10d15;
  color: #b10d15;
  position: relative;
  line-height: 1;
}
.main-title-en span::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #b10d15;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.main-title-jp {
  font-size: 3rem;
  font-weight: bold;
  color: #b10d15;
}

.banner-home-concept {
  height: 567px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-home-concept::after {
  content: "";
  width: 100%;
  height: 206px;
  background-image: url(../images/index/text-brand.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -146px;
  z-index: -1;
  background-position: 0% center;
  animation: moveBackground 9s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}
.home-concept {
  position: relative;
}
.home-concept::after {
  content: "";
  width: 1200px;
  height: 1200px;
  background-image: url(../images/index/bg-brand-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 70px;
  z-index: -2;
  right: -260px;
}

.box-home-brand {
  display: flex;
  padding-bottom: 110px;
}
.box-home-brand.reverse {
  flex-direction: row-reverse;
}
.box-home-brand.reverse .home-brand-right {
  padding-right: 50px;
  padding-left: 0;
}
.box-home-brand.reverse .img-store {
  height: 600px;
}
.box-home-brand.reverse .img-store img {
  border-radius: 0 50px 50px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.box-home-brand.reverse .bowl-img {
  left: -40px;
}
.box-home-brand.reverse .home-brand-left::after {
  right: -380px;
  left: auto;
}
.box-home-brand.reverse .text-brand-fix {
  left: auto;
  right: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 0;
}
.box-home-brand.cs-2 .text-brand-fix {
  color: #d98900;
  height: 320px;
}
.box-home-brand.cs-2 .home-brand-left::after {
  background-image: url(../images/index/br-2-4.png);
  top: -94px;
}
.box-home-brand.cs-3 a.btn.btn-main {
  max-width: 380px;
}
.box-home-brand.cs-3 a.btn.btn-main::after {
  background-image: url(../images/index/bg-btn-2.png);
}
.box-home-brand.cs-3 .home-brand-right {
  margin-top: 100px;
}
.box-home-brand.cs-3 .text-brand-fix {
  color: #b10d15;
  height: 350px;
}
.box-home-brand.cs-3 .home-brand-left::after {
  background-image: url(../images/index/br-3-4.png);
  top: -30px;
}
.box-home-brand.cs-3 .bowl-img {
  bottom: -184px;
  left: 170px;
}

.home-brand-left {
  width: 50%;
  position: relative;
}
.home-brand-left::after {
  content: "";
  width: 820px;
  height: 820px;
  background-image: url(../images/index/br-4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -75px;
  left: -380px;
  z-index: -4;
  position: absolute;
}

.home-brand-right {
  width: 50%;
  padding-left: 50px;
}

.text-home-brand {
  padding-top: 75px;
  padding-left: 75px;
  max-width: 530px;
}
.text-home-brand h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #b10d15;
  margin-bottom: 25px;
}
.text-home-brand p {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.95;
}

.box-btn-brand {
  margin-top: 40px;
}
.box-btn-brand a {
  margin-left: auto;
}

.box-img-store {
  position: relative;
}

.img-store {
  position: relative;
}

.img-store img {
  max-width: calc(50vw - 50px);
  border-bottom-left-radius: 50px;
}

.bowl-img {
  position: absolute;
  left: 145px;
  bottom: -110px;
}

.text-brand-fix {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 130px;
  height: 440px;
  background-color: #fff;
  position: absolute;
  top: -32px;
  left: 0;
  font-size: 3.3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 40px;
  color: #1d4c80;
}

.box-partner-link {
  display: flex;
  border-radius: 20px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.2);
}

.partner-link-left {
  width: 440px;
  position: relative;
}
.partner-link-left p {
  font-size: 5.5rem;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke: 1px #b10d15;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: -240px;
}

.partner-link-right {
  flex: 1;
  padding-left: 93px;
  padding-top: 50px;
  padding-right: 50px;
}
.partner-link-right h2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
.partner-link-right a.btn.btn-main {
  margin-right: 0;
  margin-left: auto;
  margin-top: 50px;
  max-width: 202px;
}

.box-bg-recruit {
  margin-top: -30px;
  height: 469px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/index/recruit-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-bg-recruit p {
  font-size: 6.5rem;
  font-weight: 900;
  text-shadow: 0 0 20px black;
  color: #fff;
  transform: rotate(-2deg);
}

.title-member-home {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-member-home .main-title-en {
  font-size: 10rem;
  -webkit-text-stroke: 1px #fff;
}
.title-member-home .main-title-jp {
  color: #fff;
  margin-left: 75px;
}

.box-slide-member {
  max-width: 490px;
  margin: 0 auto;
}

.slide-member .slick-list {
  overflow: visible;
  margin: 0 -75px;
}
.slide-member .slick-slide {
  margin: 0 75px;
}
.slide-member button.slide-arrow {
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -113px;
  z-index: 1;
}
.slide-member button.slide-arrow.next-arrow {
  right: -113px;
  left: auto;
}
.slide-member ul.slick-dots {
  bottom: -70px;
}
.slide-member .box-member::after {
  background-image: url(../images/index/mini-white.svg);
  width: 130px;
  height: 130px;
  top: 25px;
  left: -12px;
}

.home-recruit {
  position: relative;
}
.home-recruit::after {
  content: "";
  width: 100%;
  height: calc(100% - 615px);
  background-color: rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -5;
  top: 200px;
}

.box-icon-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 3px solid #e67a00;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  color: #222222;
  padding-right: 10px;
}
.box-icon-title img {
  width: 89px;
  margin-right: 15px;
}
.box-icon-title.cs-2 {
  border-color: #003eb5;
}

.home .news-item.item-list {
  padding: 22px 13px;
  margin-bottom: 4px;
}
.home .news-item.item-list:nth-child(1) {
  align-items: flex-start;
}
.home .news-item.item-list:nth-child(1) .img-news {
  width: 270px;
}
.home .news-item.item-list:nth-child(1) .img-news img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .news-item.item-list:nth-child(1) .box-date-cat {
  flex-direction: column;
  align-items: flex-start;
}
.home .news-item.item-list:nth-child(1) .box-date-cat .date {
  font-size: 2.4rem;
  width: auto;
  margin-bottom: 5px;
}
.home .news-item.item-list:nth-child(1) .title {
  padding-top: 20px;
}
.home .news-item.item-list:nth-child(1) .title a {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.36;
}
.home .news-item.item-list .title {
  padding-left: 0;
  padding-top: 5px;
}
.home .img-news {
  width: 150px;
  border: 1px solid #b10d15;
}
.home .box-news-cont {
  flex: 1;
  padding-left: 24px;
}
.home .box-date-cat {
  margin-top: 0;
  padding: 5px 0;
  border-bottom: none;
  justify-content: flex-start;
}
.home .box-date-cat .date {
  font-size: 1.9rem;
}

.home-news {
  position: relative;
}
.home-news::after {
  content: "";
  width: 920px;
  height: 920px;
  background-color: #fff4e8;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
  left: -140px;
  top: 270px;
}
.home-news::before {
  content: "";
  width: 920px;
  height: 920px;
  background-color: #e5ebf3;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: -140px;
  top: 270px;
}

.box-partner-link-2 {
  border-radius: 20px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.2);
}

.banner-link-cs {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-link-cs::after {
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-link-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.banner-link-cs::before {
  content: "";
  width: calc(100% - 72px);
  height: calc(100% - 72px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 15px;
}
.banner-link-cs-2::after {
  background-image: url(../images/index/bg-link-2.png);
}
.banner-link-cs a {
  font-size: 3.5rem;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
}

.img-link-cs {
  width: auto;
  height: 80px;
}
.img-link-cs img {
  height: 100%;
}

a.btn.btn-contact {
  max-width: 430px;
  min-height: 100px;
  border-radius: 15px;
  font-size: 2rem;
  color: #b10d15;
  justify-content: flex-start;
  padding-left: 109px;
  background-color: #fff;
}
a.btn.btn-contact::after {
  width: 32px;
  height: 10px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  background-color: #b10d15;
  transition: 0.3s;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  right: 40px;
}
a.btn.btn-contact::before {
  width: 60px;
  height: 51px;
  mask-image: url(../images/index/icon-mess.svg);
  -webkit-mask-image: url(../images/index/icon-mess.svg);
  background-color: #b10d15;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
  left: 30px;
}
a.btn.btn-contact.cs-2::before {
  mask-image: url(../images/index/icon-phone.svg);
  -webkit-mask-image: url(../images/index/icon-phone.svg);
}
a.btn.btn-contact:hover {
  background-color: #b10d15;
  color: #fff;
}
a.btn.btn-contact:hover::before, a.btn.btn-contact:hover::after {
  background-color: #fff;
}

.home-contact {
  position: relative;
}
.home-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.home-contact .main-title-en {
  font-size: 11.5rem;
}
.home-contact .main-title-en span {
  font-size: 18rem;
}

.box-contact {
  display: flex;
}

.box-contact-left {
  width: 52%;
}

.box-contact-right {
  flex: 1;
  padding-left: 80px;
}

.img-contact {
  position: relative;
}

.img-contact img {
  position: absolute;
  max-width: unset;
  border-radius: 0px 160px 0 0;
  right: 40px;
  top: -120px;
  z-index: -1;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  visibility: hidden;
  top: 77px;
  padding-bottom: 80px;
}

.main-menu li.nav-item.active .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 65px;
}

.header-main .main-menu .nav > li {
  position: static;
}

.box-mega-menu {
  display: flex;
}

.box-img-mega-menu {
  width: 270px;
}

.box-mega-right {
  flex: 1;
  padding-right: 55px;
}

.box-img-mega-menu img {
  max-width: 153px;
}

.box-link-mega a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  margin-top: 15px;
}

.page-company ul.list-anchor li {
  width: calc(33.33% - 40px);
  margin-right: 60px;
}
.page-company ul.list-anchor li:nth-child(3n) {
  margin-right: 0;
}
.page-company .page-header::after {
  background-image: url(../images/company/bg-company.png);
}

.box-text-com {
  margin-right: 40px;
}

.img-comapny-1 img {
  max-width: unset;
}

.company-01 {
  position: relative;
}
.company-01::after {
  content: "";
  width: 850px;
  height: 850px;
  background-color: #feebe7;
  border-radius: 50%;
  position: absolute;
  right: 97px;
  top: 150px;
  z-index: -2;
}

.box-white {
  height: 515px;
  border-radius: 260px;
  background-color: #fff;
  display: flex;
  padding: 60px 0;
  padding-left: 0px;
  justify-content: center;
}

.img-white-left {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}

.text-white-right {
  font-size: 3.5rem;
  font-family: "Shippori Antique", serif;
  line-height: 2.85;
  color: #000;
  padding-top: 0px;
}

.text-white-right span {
  color: #b10d15;
}

.box-company-info {
  display: flex;
  border-bottom: 1px solid #b10d15;
  padding: 25px 0;
}
.box-company-info:last-child {
  border-bottom: none;
}

.company-info-left {
  width: 50%;
  padding-right: 45px;
}

.company-info-right {
  width: 50%;
}

.info-left-title {
  display: flex;
  justify-content: flex-end;
}
.info-left-title h2 {
  font-size: 8rem;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 1px #febeb2;
  margin-bottom: 0;
  font-style: italic;
  margin-right: 40px;
}
.info-left-title h3 {
  font-size: 2.7rem;
  color: #b10d15;
  font-family: "Shippori Antique", serif;
  letter-spacing: 0.075em;
}

ul.list-dot li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
ul.list-dot li:last-child {
  margin-bottom: 0;
}
ul.list-dot li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ea878c;
  position: absolute;
  left: -17px;
  transform: rotate(45deg);
  top: 8px;
}

.company-02 {
  position: relative;
}
.company-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.box-gift-info {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.box-gift-info::after {
  content: "";
  width: 540px;
  height: 417px;
  background-image: url(../images/company/bg-thoi.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 60px;
}

.text-gift {
  padding-top: 10px;
}
.text-gift h4 {
  font-size: 2.2rem;
  line-height: 1.36;
  font-weight: bold;
  color: #b10d15;
  margin-bottom: 25px;
  text-align: center;
}
.text-gift p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
}

.img-gift {
  text-align: center;
}
.img-gift img {
  max-width: 200px;
}

.company-03 {
  position: relative;
}
.company-03::after {
  content: "";
  width: 1203px;
  height: 123px;
  background-image: url(../images/company/bg-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 220px;
  z-index: -2;
}

.text-company-4 {
  padding: 48px 48px 61px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.table-company {
  width: 100%;
}
.table-company td {
  line-height: 2;
}
.table-company td:first-child {
  width: 110px;
  font-weight: bold;
  color: #b10d15;
}
.table-company td:last-child {
  font-weight: 500;
}

.company-04 {
  position: relative;
}
.company-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.box-timeline {
  display: flex;
}

.timeline-date {
  width: 140px;
  font-size: 5rem;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1px #b10d15;
  letter-spacing: 0.05em;
}
.timeline-date span {
  color: #b10d15;
}

.event-info {
  flex: 1;
  padding-left: 75px;
  padding-top: 10px;
}

.box-event-info {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.box-event-info::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #b10d15;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
}

.month {
  width: 45px;
  margin-right: 30px;
  font-size: 2rem;
  color: #b10d15;
  text-align: right;
  font-weight: bold;
}

.box-event-info p {
  flex: 1;
}

.list-timeline {
  position: relative;
}
.list-timeline::after {
  content: "";
  width: 29px;
  height: 789px;
  background-image: url(../images/company/bg-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -25px;
}

.banner-link-com {
  max-width: 830px;
  margin: 0 auto;
}

.list-dot-company {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.list-dot-company li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-dot-company li span {
  color: #b10d15;
}
.list-dot-company li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b10d15;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.img-recruit-02 {
  height: 470px;
  position: relative;
}
.img-recruit-02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-recruit-02::after {
  content: "";
  width: 100%;
  height: 335px;
  background-image: url(../images/recruit/bg-mang.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -220px;
  z-index: -1;
}

.recruitment-02 {
  position: relative;
}
.recruitment-02 .sub-title h2 {
  -webkit-text-stroke-color: #fff;
}
.recruitment-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fee987;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.img-data-recruit {
  margin-bottom: 30px;
}

.box-btn-data a.btn.btn-contact {
  max-width: 450px;
  border: 2px solid #b10d15;
  border-radius: 20px;
}
.box-btn-data a.btn.btn-contact::before {
  mask-image: url(../images/recruit/icon-chat.svg);
  -webkit-mask-image: url(../images/recruit/icon-chat.svg);
  width: 50px;
  height: 44px;
}

.recruitment-04,
.recruitment-06 {
  position: relative;
}
.recruitment-04::after,
.recruitment-06::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.img-training img {
  border-radius: 15px;
}

.text-training h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #b10d15;
  margin: 20px 0;
}
.text-training p {
  line-height: 2.1875;
}

.line {
  margin: 50px 0;
  position: relative;
  padding-top: 1px;
}
.line::after {
  content: "";
  width: 123px;
  height: 3px;
  background-image: url(../images/recruit/bg-dot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-flex-recruit {
  display: flex;
  justify-content: space-between;
}

.welfare-item {
  width: 186px;
  cursor: pointer;
}

.popup-item {
  position: fixed;
  max-width: 1216px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: calc(100vh - 100px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
}

.popup-item.show {
  opacity: 1;
  z-index: 10;
}

.box-popup-cs {
  position: relative;
}

.box-popup-cs:after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #575757;
  opacity: 0;
  z-index: -5;
  transition: 0.3s;
}

.box-popup-cs.show:after {
  opacity: 0.5;
  z-index: 9;
}

html.show-popup {
  overflow: hidden;
}

.show .popup-item-cont {
  opacity: 1;
}

.popup-item-cont {
  padding: 60px 30px;
  padding-right: 80px;
  opacity: 0;
}
.popup-item-cont .popup-item-cont-inner {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 950px;
  margin: 0 auto;
}
.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar {
  width: 8px;
  position: absolute;
  right: -30px;
}
.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 10px;
}
.popup-item-cont .popup-item-cont-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.popup-item-cont .box-cross-talk {
  box-shadow: none;
}
.popup-item-cont .box-cross-talk::before {
  display: none;
}
.popup-item-cont p.link-cross-cs::before {
  display: none;
}

.box-culture a {
  color: #8e278a;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-decoration: underline;
}

.close-popup-cs,
.close-video {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -30px;
  right: -30px;
  background-image: url(../images/recruit/close-popup.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.box-table-pop table {
  width: 100%;
}
.box-table-pop table th {
  background-color: #ffbba8;
  color: #b10d15;
  text-align: center;
  font-weight: 500;
  height: 40px;
  border: 1px solid #fff;
}
.box-table-pop table th:nth-child(1) {
  width: 70px;
  background-color: transparent;
}
.box-table-pop table th:nth-child(2) {
  width: 210px;
}
.box-table-pop table th:nth-child(3) {
  width: 180px;
}
.box-table-pop table th:nth-child(4) {
  width: 340px;
}
.box-table-pop table th:nth-child(5) {
  width: 180px;
}
.box-table-pop table td:nth-child(1) {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #b10d15;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  width: 70px;
  height: 80px;
  border: 1px solid #fff;
}
.box-table-pop table td:nth-child(2) {
  width: 210px;
  background-color: #fff;
  border: 1px solid #b10d15;
  font-size: 1.8rem;
  font-weight: 500;
  color: #b10d15;
  padding: 5px 20px;
}
.box-table-pop table td:nth-child(3) {
  width: 180px;
  background-color: #fff;
  border: 1px solid #b10d15;
  padding: 5px 20px;
}
.box-table-pop table td:nth-child(4) {
  width: 340px;
  background-color: #fff;
  border: 1px solid #b10d15;
  padding: 5px 20px;
}
.box-table-pop table td:nth-child(5) {
  width: 150px;
  background-color: #fff;
  border: 1px solid #b10d15;
  padding: 5px 20px;
}

.box-icon-pop img {
  width: 116px;
}

.box-icon-pop {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #b10d15;
  margin-bottom: 20px;
  position: relative;
}
.box-icon-pop::after {
  content: "";
  width: 462px;
  height: 462px;
  border-radius: 50%;
  background-color: #f5f5f5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  z-index: -1;
}

.img-event img {
  border-radius: 15px;
}

.box-text-event h5 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #b10d15;
  margin: 30px 0 20px;
}
.box-text-event p {
  line-height: 2.1875;
}

.recruitment-08 {
  position: relative;
}
.recruitment-08::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.page-recruitment .page-header::after {
  background-image: url(../images/recruit/bg-recruit.png);
}
.page-recruitment ul.slick-dots {
  display: none !important;
}
.page-recruitment .slide-member .box-member::after {
  background-image: url(../images/index/mini.svg);
}

.page-contact .page-header::after {
  background-image: url(../images/index/bg-contact.png);
}
.page-contact ul.list-anchor li a {
  padding: 0;
}
.page-contact .box-btn-data a.btn.btn-contact {
  max-width: 500px;
  border: 2px solid #b10d15;
  border-radius: 20px;
}
.page-contact .box-btn-data a.btn.btn-contact::before {
  width: 36px;
  height: 47px;
  mask-image: url(../images/index/icon-tai.svg);
  -webkit-mask-image: url(../images/index/icon-tai.svg);
  left: 45px;
}

.contact-02 {
  position: relative;
}
.contact-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.box-contact-nurse {
  border: 1px solid #b10d15;
  border-radius: 20px;
  min-height: 300px;
  padding: 50px 20px;
  text-align: center;
}

.contact-nurse-left {
  padding-bottom: 35px;
  position: relative;
}
.contact-nurse-left::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b10d15;
  max-width: 513px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.box-info-contact {
  border: 1px solid #b10d15;
  background-color: #fff;
  padding: 55px 50px;
  border-radius: 20px;
}
.box-info-contact p {
  line-height: 1.875;
  margin-bottom: 50px;
}
.box-info-contact p span {
  font-weight: bold;
  color: #b10d15;
}
.box-info-contact .line {
  margin-bottom: 60px;
}
.box-info-contact .line::after {
  width: 400px;
  background-image: unset;
  border-bottom: 2px dotted #b10d15;
  height: 2px;
}

.contact-04 {
  position: relative;
}
.contact-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.thanks-btn a.btn.btn-contact {
  max-width: 330px;
  border: 2px solid #b10d15;
  border-radius: 10px;
  min-height: 80px;
  padding-left: 0;
  justify-content: center;
}
.thanks-btn a.btn.btn-contact::before {
  display: none;
}

.img-brand-2 {
  height: 500px;
}
.img-brand-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.animation-bg {
  background: #75bec2;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear .animation-bg {
  animation-name: PageAnime-ttb;
  animation-delay: 2s;
}

@keyframes PageAnime-ttb {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.text-loading {
  font-size: 3.4rem;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.text-loading span {
  color: #b10d15;
}/*# sourceMappingURL=style-2.css.map */
.list-job .thumb{
  width: 150px;
  margin-right: 40px;
  flex-shrink: 0;
  height: 100px;
  border: 1px solid #B10D15;
}
.list-job .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-job .post-info{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.list-job .news-item.item-list{
  
  align-items: flex-start;
}
.list-job .news-item.item-list .title{
  padding-left: 0;
  margin-top: 15px;
  text-decoration: underline;
  width: 100%;
  flex-basis: 100%;
  align-items: center;
}
.list-job .news-item .date{
  display: flex;
  align-items: center;
}
.list-news .news-item.item-list{
  display: flex;
}