@charset "UTF-8";
.ff-crimson {
  font-family: "Crimson Text", serif;
}

.ff-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff-kiwi {
  font-family: "Kiwi Maru", serif;
}

.ff-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.ff-eb {
  font-family: "EB Garamond", serif;
}

.color-1 {
  color: #ff3640;
}

.box-top-header {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}

a.btn.btn-mail {
  flex-direction: column;
  width: 120px;
  height: 120px;
  background: #ff3640;
  color: #fff;
  gap: 10px;
  font-weight: 600;
}

.header-top {
  gap: 45px;
}

.box-tel-header table td {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}
.box-tel-header table td:nth-child(2) {
  padding-left: 14px;
}

p.tel {
  position: relative;
}
p.tel::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/index/icon-phone.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.box-hour {
  font-weight: 500;
  text-align: right;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.85);
}

header.UpMove .header-wrapper {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header.DownMove .header-wrapper {
  animation: DownAnime 0.5s forwards;
}

.slide-banner-item {
  height: 750px;
}
.slide-banner-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
ul.slick-dots li {
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eae5e6;
  border-radius: 50%;
}
ul.slick-dots li.slick-active {
  background-color: #ff3640;
}
ul.slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}

.box-banner-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-home {
  position: relative;
}

.slide-banner-cont {
  height: 750px;
}
.slide-banner-cont h2 {
  font-size: 3.8rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  display: flex;
  position: absolute;
  left: 0;
  gap: 10px;
  bottom: 80px;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.slide-banner-cont h2 span {
  background-color: #ff2c55;
  color: #fff;
  padding: 10px 5px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.slide-banner-cont h2 span:last-child {
  margin-top: 40px;
}
.slide-banner-cont h2:nth-child(2) {
  right: 0;
  left: auto;
  top: 185px;
}

.box-what-news {
  position: absolute;
  right: 0;
  padding: 15px 15px 15px 23px;
  background-color: #fff;
  bottom: 20px;
  border-radius: 10px;
  max-width: 370px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.box-news-top {
  display: flex;
  gap: 14px;
}

.img-news-top {
  width: 120px;
}

.news-top-right {
  flex: 1;
}

.box-date-cat {
  display: flex;
  gap: 8px;
}

.title-news-top a {
  font-size: 1.4rem;
  color: #2c2c2c;
  line-height: 1.28;
  display: block;
  margin-top: 3px;
}

.title-what-news {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
  padding-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
.title-what-news::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ff3640;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.title-what-news.v2 {
  font-size: 2.8rem;
  padding-bottom: 10px;
}
.title-what-news.v2::after {
  width: 50px;
  height: 3px;
}

a.cat {
  min-width: 105px;
  min-height: 25px;
  border-radius: 13px;
  background-color: #34a57a;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 2px;
}

.box-text-message {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 50px;
  position: relative;
  left: -50px;
  z-index: 1;
  background-color: #fff;
}
.box-text-message p {
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}

.main-title-en {
  font-size: 6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.main-title-jp {
  font-size: 2rem;
  font-weight: 600;
  color: #ff3640;
  padding-left: 25px;
  position: relative;
}
.main-title-jp::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
  background-color: #ff3640;
}

.img-message {
  position: absolute;
  right: -50px;
  top: 0;
}

.tab-panels {
  padding: 50px;
  border: 2px solid #ff5252;
  border-radius: 15px;
  background-color: #fff;
}

ul.tabs-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
ul.tabs-nav li {
  border: 2px solid #fccdcd;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  color: #ff5252;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 50px;
  border-bottom: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
}
ul.tabs-nav li.active {
  border-color: #ff5252;
  background-color: #ff5252;
  color: #fff;
}

.img-arrival {
  border-radius: 10px;
  overflow: hidden;
}

.arrival-item-cont {
  padding: 10px;
}

.box-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  justify-content: flex-start;
  margin-top: 5px;
}
.box-cat a.cat {
  width: calc(50% - 5px);
  min-width: unset;
}

.box-arrival .date {
  font-size: 1.4rem;
}
.box-arrival .title {
  margin-top: 10px;
}
.box-arrival .title a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.43;
}

a.btn.btn-main {
  max-width: 250px;
  min-height: 60px;
  border: 1px solid #ff3640;
  color: #f41127;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
  overflow: hidden;
}
a.btn.btn-main:after {
  content: "";
  width: 7px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  background-color: #ff3640;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  right: 22px;
  transition: 0.3s;
  z-index: 2;
}
a.btn.btn-main span {
  position: relative;
  z-index: 2;
}
a.btn.btn-main:hover {
  background-color: transparent;
  color: #fff;
}
a.btn.btn-main:hover:after {
  background-color: #fff;
}
a.btn.btn-main:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
a.btn.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ff3640;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
a.btn.btn-main.v2 {
  background-color: #ff3640;
  color: #fff;
}
a.btn.btn-main.v2:after {
  background-color: #fff;
}
a.btn.btn-main.v2:before {
  background: #fff;
}
a.btn.btn-main.v2:hover {
  color: #ff3640;
  background-color: transparent;
}
a.btn.btn-main.v2:hover:after {
  background-color: #ff3640;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.list-news {
  padding-left: 25px;
  padding-right: 25px;
}

.news-item.item-list {
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #d1d1d1;
  padding-right: 45px;
  position: relative;
}
.news-item.item-list:last-child {
  border-bottom: none;
}
.news-item.item-list::after {
  content: "";
  width: 7px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  background-color: #ff3640;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  right: 35px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news-item.item-list .date {
  width: 100px;
}
.news-item.item-list .title {
  padding-left: 25px;
}
.news-item.item-list .title a {
  color: #2c2c2c;
}

.box-home-service {
  display: flex;
}
.box-home-service.reverse {
  flex-direction: row-reverse;
}
.box-home-service.reverse .home-service-right-cont {
  margin-left: 0;
  margin-right: auto;
}
.box-home-service.reverse .home-service-right-cont .title-what-news {
  margin-left: auto;
  margin-right: auto;
}
.box-home-service.reverse .home-service-right::after {
  left: unset;
  right: 0;
}
.box-home-service.reverse .img-home-service {
  left: 0;
  right: unset;
}

.home-service-left {
  width: 50%;
  min-height: 450px;
  position: relative;
}

.img-home-service {
  width: 50vw;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
}
.img-home-service img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-service-right {
  width: 50%;
  padding: 50px 0;
  position: relative;
}
.home-service-right::after {
  content: "";
  width: 50vw;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home-service-right-cont {
  max-width: 400px;
  margin-left: auto;
}
.home-service-right .title-what-news {
  font-size: 2.8rem;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.home-service-right .title-what-news::after {
  height: 3px;
  width: 50px;
}
.home-service-right a.btn.btn-main {
  max-width: 350px;
}

.title-dot {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.title-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  left: 0;
  position: absolute;
  top: 11px;
  background-color: #ff3640;
}

.home-product {
  position: relative;
}
.home-product::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-product.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.box-product {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 25px;
}
.box-product a {
  position: absolute;
  padding: 0px 25px;
  padding-right: 30px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: 600;
  right: 16px;
  bottom: 16px;
  color: #2c2c2c;
}
.box-product a::after {
  content: "";
  width: 7px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  background-color: #ff3640;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  right: 10px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.box-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-product.small a {
  font-size: 1.6rem;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1;
}

.info-location {
  padding-left: 25px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}

.info-location-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 25px;
  padding-left: 25px;
}

.map-location {
  height: 280px;
  margin-top: 25px;
}
.map-location iframe {
  width: 100%;
  height: 100%;
}

ul.list-link {
  display: flex;
  flex-wrap: wrap;
  max-width: 366px;
  gap: 8px;
}
ul.list-link li {
  width: calc(50% - 4px);
}
ul.list-link li a {
  display: block;
  padding: 13px;
  border-bottom: 1px solid #d1d1d1;
  color: #2c2c2c;
  position: relative;
  padding-right: 35px;
}
ul.list-link li a::after {
  content: "";
  width: 7px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  background-color: #ff3640;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 44%;
  border-right: 2px solid #dddddd;
}

.footer-right {
  width: 50%;
  padding-left: 15px;
}

a.link-footer {
  display: block;
  width: 50%;
  margin-bottom: 25px;
  color: #2c2c2c;
  font-size: 1.8rem;
  font-weight: 500;
}

.box-link-footer {
  display: flex;
  flex-wrap: wrap;
}

.footer-wrap {
  position: relative;
}
.footer-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.footer-copyright {
  background-color: #ff3640;
  padding: 19px 0;
  font-size: 1.3rem;
}

.home-company {
  position: relative;
}
.home-company::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.home-company-right {
  height: 100%;
}

.img-home-company-right {
  position: absolute;
  width: 50vw;
  height: 100%;
}
.img-home-company-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-header {
  min-height: 350px;
  padding-top: 130px;
  position: relative;
  margin-top: 120px;
}
.page-header::after {
  width: calc(50% + 90px);
  height: calc(100% + 30px);
  background-image: url(../images/product/after-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.page-header-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-header-img::after {
  content: "";
  width: calc(50% + 60px);
  height: 100%;
  background-image: url(../images/product/bg-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  right: 0;
}

ul.list-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 50px 30px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  gap: 12px 18px;
}
ul.list-anchor li {
  width: calc(25% - 14px);
}
ul.list-anchor li a {
  padding-right: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  color: #2c2c2c;
  border-bottom: 2px solid #d1d1d1;
  font-weight: 500;
  line-height: 1.125;
  position: relative;
}
ul.list-anchor li a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/product/icon-down.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  position: relative;
  padding-bottom: 25px;
}
.sub-title::after {
  content: "";
  width: 68px;
  height: 14px;
  background-image: url(../images/product/icon-sub-title.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.product-01 {
  position: relative;
}
.product-01::after {
  content: "";
  width: 100%;
  height: 204px;
  background-image: url(../images/product/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -2;
}

.product-02 {
  position: relative;
}
.product-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/product/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.name-link-product {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.name-link-product.fs-18 {
  font-size: 1.7rem;
}

a.btn.btn-link {
  min-height: 50px;
  font-size: 1.8rem;
  color: #fff;
  border: 2px solid #34a57a;
  background-color: #34a57a;
  border-radius: 25px;
  text-decoration: underline;
  padding-left: 17px;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-right: 40px;
}
a.btn.btn-link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url(../images/index/icon-blank.svg);
  -webkit-mask-image: url(../images/index/icon-blank.svg);
  background-color: #fff;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  right: 16px;
}
a.btn.btn-link.v2 {
  border: 2px solid #ff5b63;
  background-color: #fff;
  color: #2c2c2c;
}
a.btn.btn-link.v2::after {
  background-color: #ff5b63;
}
a.btn.btn-link:last-child {
  margin-bottom: 0;
}

.list-link-product {
  display: flex;
  flex-wrap: wrap;
  gap: 66px 50px;
  justify-content: flex-start;
  padding: 50px 25px;
}

.box-link-product {
  width: calc(25% - 38px);
}

.toggle-product {
  margin-bottom: 35px;
}
.toggle-product .toggle-hd {
  background-color: #fff;
  border: 1px solid #ff3640;
  border-radius: 15px;
  min-height: 85px;
  display: flex;
  align-items: center;
  padding-left: 100px;
  justify-content: flex-start;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.toggle-product .toggle-hd::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/product/icon-open.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-product .toggle-hd.active::after {
  background-image: url(../images/product/icon-close.svg);
}
.toggle-product .toggle-hd img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
}
.toggle-product .toggle-cont {
  padding-bottom: 50px;
}

.list-note li {
  padding-left: 24px;
  font-weight: 500;
  position: relative;
}
.list-note li::after {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0;
}

.title-cs {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 30px;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
.title-cs::after {
  content: "";
  width: 2px;
  height: calc(100% - 8px);
  background-color: #ff3640;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

table.table-cs td {
  padding: 8px 0;
  padding-left: 20px;
  vertical-align: top;
}
table.table-cs td:first-child {
  font-weight: 600;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ff3640;
  width: 100px;
  text-align: right;
  padding-left: 0;
}

.map-product {
  height: 280px;
}
.map-product iframe {
  width: 100%;
  height: 100%;
}

.title-icon {
  display: flex;
  gap: 14px;
  align-items: stretch;
  font-size: 2.4rem;
  font-weight: 500;
}
.title-icon span {
  flex: 1;
  padding-top: 5px;
  border-bottom: 1px solid #ff3640;
}

.box-contact {
  border: 2px solid #ff5252;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
}
.box-contact .title-what-news {
  font-size: 2.4rem;
  padding-bottom: 10px;
}
.box-contact .title-what-news::after {
  width: 50px;
  height: 3px;
}

.box-contact-left {
  width: 50%;
  text-align: center;
  border-right: 2px solid #ff5252;
}

.box-contact-right {
  width: 50%;
  text-align: center;
}

.box-tel a {
  font-size: 2.6rem;
  font-weight: 600;
  color: #2c2c2c;
  position: relative;
}
.box-tel a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-phone.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.box-tel a span {
  font-size: 3rem;
  padding-left: 5px;
}
.box-tel a.no-link {
  pointer-events: none;
}
.box-tel a.no-link::after {
  display: none;
}

.box-btn-sv a.btn.btn-main {
  max-width: 280px;
}

.product-06 {
  position: relative;
}
.product-06::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 380px;
  left: 0;
  background-image: url(../images/product/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.service-01 {
  padding-bottom: 230px;
  position: relative;
}
.service-01::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url(../images/service/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.box-showroom {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
}

.info-showroom {
  padding: 20px 15px;
}
.info-showroom a.btn.btn-main {
  max-width: 100%;
  background-color: #FF4557;
  border-color: #FF4557;
  color: #fff;
  padding-left: 25px;
  justify-content: flex-start;
  text-decoration: underline;
  min-height: 50px;
}
.info-showroom a.btn.btn-main::after {
  width: 26px;
  height: 26px;
  mask-image: url(../images/index/icon-blank.svg);
  -webkit-mask-image: url(../images/index/icon-blank.svg);
}
.info-showroom a.btn.btn-main:hover {
  background-color: #fff;
  color: #FF4557;
}

.name-showroom {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.address-showroom {
  line-height: 1.5;
}

.box-link-showroom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.box-link-showroom a.btn.btn-link {
  margin: 0;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.box-link-showroom a.btn.btn-link.v2 {
  color: #FF4557;
  width: 130px;
}
.box-link-showroom a.btn.btn-link.map {
  padding-left: 43px;
  padding-right: 10px;
  letter-spacing: -0.05em;
  text-decoration: none;
}
.box-link-showroom a.btn.btn-link.map::after {
  width: 22px;
  height: 28px;
  mask-image: url(../images/service/icon-pin.svg);
  -webkit-mask-image: url(../images/service/icon-pin.svg);
  left: 13px;
  right: auto;
}

ul.list-num {
  list-style: auto;
  margin-left: 40px;
}
ul.list-num li::marker {
  color: #FF4557;
  font-size: 2.2rem;
  font-weight: 600;
}
ul.list-num li h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
ul.list-num li {
  margin-bottom: 30px;
}

.step-num {
  font-size: 3rem;
  font-weight: 600;
  color: #FF3640;
  font-family: "Poppins", sans-serif;
}
.step-num span {
  font-size: 3.6rem;
  line-height: 1;
}

.step-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 5px 0;
}

p.step-cont {
  line-height: 1.75;
}

.box-step .info-showroom {
  padding: 20px 25px;
}

.page-service .page-header-img::after {
  background-image: url(../images/service/bg-page-sv.jpg);
}

.box-company-01 {
  display: flex;
  align-items: center;
}

.company-01-right {
  width: 55%;
}

.company-01-left {
  width: 45%;
  padding-right: 90px;
}

.company-01-img {
  height: 400px;
  position: relative;
}
.company-01-img img {
  width: calc(50vw - 120px);
  max-width: calc(50vw - 120px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

section#company-02 table.table-cs td:first-child {
  font-size: 1.6rem;
}

.box-history {
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 20px;
}

.year-history {
  font-size: 2rem;
  font-weight: bold;
  color: #FF3640;
  width: 64px;
}

.history-cont {
  flex: 1;
}

.year-history span {
  font-size: 1.6rem;
}

.contact-01 {
  position: relative;
}
.contact-01::after {
  content: "";
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/product/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.box-input-cs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.box-input-cs input.half {
  width: 265px;
}

.page-contact .page-header-img::after {
  background-image: url(../images/index/bg-contact.jpg);
}

section#page-header {
  position: relative;
}

.post-content table {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.post-content table td {
  padding: 12px 20px;
  background-color: #fffefe;
  border: 1px solid #ebe6e6;
  width: auto !important;
}
.post-content table td:first-child {
  width: 200px !important;
  background-color: #ff3c50;
  font-size: 1.8rem;
  color: #fff;
  border-color: #fff;
}

a.btn.btn-main.btn-home-single.v2 {
  width: 250px;
}

a.btn.btn-file {
  min-height: 80px;
  padding-left: 75px;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #2c2c2c;
  letter-spacing: 0.05em;
  box-shadow: 0 0 10px 0 rgba(44, 44, 44, 0.15);
}
a.btn.btn-file::after {
  width: 25px;
  height: 25px;
  background-image: url(../images/index/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 28px;
}
a.btn.btn-file::before {
  width: 32px;
  height: 39px;
  background-image: url(../images/index/icon-pdf.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
}
a.btn.btn-file:last-child {
  margin-bottom: 0;
}
a.btn.btn-file.btn-link-news {
  text-decoration: underline;
}
a.btn.btn-file.btn-link-news::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-blank-2.svg);
}
a.btn.btn-file.btn-link-news::before {
  width: 17px;
  height: 17px;
  background: #ff3640;
  border-radius: 50%;
  left: 24px;
}

.page-news .page-header-img::after {
  background-image: url(../images/index/bg-page-news.jpg);
}
.page-news .news-item.item-list {
  padding: 25px;
  border-bottom: 1px solid #ff3640;
  padding-right: 40px;
}
.page-news .news-item.item-list::after {
  width: 12px;
  height: 22px;
  right: 24px;
}
.page-news .news-item.item-list:last-child {
  border-bottom: none;
}
.page-news .news-img {
  width: 240px;
}
.page-news .news-img img {
  border-radius: 10px;
}
.page-news .news-content {
  padding-top: 27px;
  padding-left: 40px;
}
.page-news .news-content .title {
  padding-left: 0;
  padding-top: 25px;
}
.page-news .news-content .title a {
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 600;
}
.page-news .box-cat-date {
  display: flex;
  align-items: center;
  gap: 13px;
}

.page-navi {
  border-top: 1px solid #eaeaea;
}

.works-filter {
  padding: 50px;
  background-color: #f6f4f4;
  border-radius: 15px;
}

.box-filter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.box-filter .sidebar-cat-2 select {
  width: 200px !important;
}
.box-filter .sidebar-cat-3 select {
  width: 157px !important;
}

@media (min-width: 768px) {
  .logged-in .header-wrapper {
    top: 32px;
  }
}/*# sourceMappingURL=style.css.map */