@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.btm-border {
  border-bottom: 1px solid #D5D4CF;
}

a {
  display: inline-block;
}

.fv {
  padding: 0 24px;
  position: relative;
  height: 56.25vw;
  min-height: 810px;
}
.fv .left-bar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 40px;
  aspect-ratio: 52.4/810;
  width: 3.6388888889vw;
  min-height: 810px;
}
.fv .left-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .bottom-bar {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 37px;
  height: 2px;
  background-color: #000;
  width: 100%;
}
.fv .fv-filter {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 810px;
  background-image: url(/assets/images/fv-filter.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.fv .tiger {
  position: absolute;
  aspect-ratio: 311/500;
  bottom: 11.8055555556vw;
  right: 11.3194444444vw;
  max-width: 311px;
  width: 21.5972222222vw;
  height: auto;
  z-index: 3;
}
.fv .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 810px;
}
.fv .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__inner {
  max-width: 1120px;
  width: 100%;
  padding-top: 170px;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.fv__inner .fv-small-text {
  color: #000;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 30px;
}
.fv__inner .fv-title {
  color: #000;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 60px */
  letter-spacing: -1.2px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fv__inner .fv-title2 {
  aspect-ratio: 367/46;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  left: -5px;
}
.fv__inner .fv-title2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv__inner .fv-desc {
  color: #fff;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 185.714% */
  background: #F88248;
  width: fit-content;
  padding: 0px 10px;
}
.fv__inner .fv-desc:nth-child(2) {
  margin-bottom: 10px;
}
.fv__inner .fv-desc:nth-child(3) {
  margin-bottom: 10px;
}
.fv__inner .fv-desc:nth-child(4) {
  margin-bottom: 10px;
}
.fv__inner .fv-desc:nth-child(5) {
  margin-bottom: 10px;
}
.fv__inner .fv-desc:last-child {
  margin-bottom: 0;
}

.news {
  position: relative;
  background: #FEFCF7;
}
.news .fixed-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0);
}
.news .fixed-img-wrapper .fixed-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.news__inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 40px;
}
.news__inner .news-left {
  max-width: 520px;
  width: 100%;
}
.news__inner .news-left .head-and-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
}
.news__inner .news-left .head-and-btn .wrap {
  padding-top: 20px;
}
.news__inner .news-left .news-list .news-list-item {
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
.news__inner .news-left .news-list .news-list-item__date {
  margin-bottom: 4px;
  color: #222;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
}
.news__inner .news-left .news-list .news-list-item__title {
  color: #222;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
}
.news__inner .news-left .news-list .news-list-item:first-child {
  border-top: 1px solid #000;
}
.news__inner .news-right a {
  display: inline-block;
}
.news__inner .news-right .cta-section {
  display: flex;
  gap: 15px;
  align-items: center;
}
.news__inner .news-right .cta-section__left img {
  aspect-ratio: 200/200;
  max-width: 150px;
  width: 150px;
}
.news__inner .news-right .cta-section__right__top img {
  aspect-ratio: 200/120;
  max-width: 132px;
  width: 100%;
}
.news__inner .news-right .cta-section__right__btm {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.news__inner .news-right .cta-section__right__btm img {
  width: 100px;
  height: 100px;
}

.paper-bg {
  background: #FEFCF7;
}

.company-and-recruit {
  position: relative;
}
.company-and-recruit .bg-letters {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1414/124;
  max-width: 1414px;
  width: 100%;
}
.company-and-recruit .bg-letters img {
  width: 100%;
  height: auto;
  min-height: 70px;
  object-fit: cover;
  object-position: left;
}
.company-and-recruit .bg-img {
  position: absolute;
  bottom: 4.7222222222vw;
  right: 11.1111111111vw;
  aspect-ratio: 311/500;
  max-width: 373px;
  width: 25.9027777778vw;
  height: auto;
}
.company-and-recruit .bg-img img {
  width: 100%;
  height: 100%;
}
.company-and-recruit__inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.company-and-recruit__inner .cmn-head {
  margin-bottom: 35px;
}
.company-and-recruit__inner .company-desc {
  max-width: 675px;
  color: #222;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.4px;
  margin-bottom: 31px;
}
.company-and-recruit__inner .cmn-btn:first-of-type {
  margin-bottom: 30px;
}
.company-and-recruit__inner .cmn-btn:last-of-type {
  margin-bottom: 38px;
}
.company-and-recruit__inner .cta-section {
  display: flex;
}
.company-and-recruit__inner .cta-section a {
  display: inline-block;
}
.company-and-recruit__inner .cta-section__tk {
  margin-right: 24px;
}
.company-and-recruit__inner .cta-section__tk img {
  aspect-ratio: 64/64;
  width: 50px;
}
.company-and-recruit__inner .cta-section__ig {
  margin-right: 32px;
}
.company-and-recruit__inner .cta-section__ig img {
  aspect-ratio: 64/64;
  width: 50px;
}
.company-and-recruit__inner .cta-section__tsuku img {
  aspect-ratio: 202/55;
  width: 202px;
}

.access {
  position: relative;
}
.access .access-img {
  position: absolute;
  top: 0;
  right: 0;
}
.access .access-img img {
  aspect-ratio: 541/131;
  max-width: 541px;
  width: 37.5694444444vw;
  height: auto;
}
.access__inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.access__inner .cmn-head {
  margin-bottom: 32px;
}
.access__inner .access-content {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.access__inner .access-content__left {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access__inner .access-content__left .access-info {
  color: #222;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.access__inner .access-content__left .cmn-btn {
  margin-bottom: 6px;
}
.access__inner .access-content__right {
  width: 100%;
}
.access__inner .access-content__right .gmap iframe {
  max-width: 736px;
  width: 100%;
  height: 366px;
}

.left-bar-wrap {
  position: relative;
}
.left-bar-wrap .left-bar {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 114px;
  width: 7.9166666667vw;
  height: 100%;
  background-color: #F88248;
}
@media (max-width: 1350px) {
  .left-bar-wrap .left-bar {
    width: 2.2222222222vw;
  }
}

.business {
  position: relative;
}
.business .business-img {
  position: absolute;
  top: 0.6944444444vw;
  left: 20.8333333333vw;
}
.business .business-img img {
  aspect-ratio: 353/500;
  max-width: 353px;
  width: 24.5138888889vw;
  height: auto;
}
.business .business-letters {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
}
.business .business-letters img {
  aspect-ratio: 105/725;
  max-width: 105px;
  width: 100%;
  height: auto;
}
.business__inner {
  position: relative;
  padding-top: 67px;
  padding-bottom: 105px;
}
.business__inner .business-content {
  max-width: 434px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 130px;
}
.business__inner .business-content .cmn-head {
  margin-bottom: 40px;
}
.business__inner .business-content .business-desc1 {
  color: #232b52;
  font-family: "BIZ UDGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.business__inner .business-content .business-desc2 {
  color: #232b52;
  font-family: "BIZ UDGothic";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.business__inner .sns-posts {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.business__inner .sns-posts .tk-post {
  width: 336px;
  height: 438px;
  position: relative;
  overflow: hidden;
}
.business__inner .sns-posts .tk-post .tiktok-embed {
  position: absolute;
  top: -70px;
  left: 0;
}
.business__inner .sns-posts .ig-post {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business__inner .sns-posts .ig-post__title {
  color: #000;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  margin-bottom: 20px;
}
.business__inner .sns-posts .ig-post .ig-posts-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 20px;
  margin-bottom: 20px;
}
.business__inner .sns-posts .ig-post .ig-posts-list img {
  width: 160px;
  height: 160px;
}
.business__inner .sns-posts .cmn-btn__text {
  font-family: "M PLUS 1 Code", sans-serif;
}

.other-business__inner {
  display: flex;
  justify-content: space-between;
}
.other-business__inner .other-business-left {
  max-width: 441px;
  width: 100%;
}
.other-business__inner .other-business-left .cmn-head {
  margin-bottom: 40px;
  font-family: "M PLUS 1 Code", sans-serif;
}
.other-business__inner .other-business-left .cmn-head__en {
  letter-spacing: -0.52px;
}
.other-business__inner .other-business-left .other-business-desc1 {
  margin-bottom: 12px;
  color: #232b52;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.other-business__inner .other-business-left .other-business-desc2 {
  margin-bottom: 36px;
  color: #222;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
}
.other-business__inner .other-business-left .cmn-btn {
  max-width: 252px;
}
.other-business__inner .other-business-left .cmn-btn__text {
  white-space: nowrap;
}
.other-business__inner .other-business-right {
  max-width: 640px;
  width: 100%;
  padding-top: 23px;
  margin-bottom: 90px;
}
.other-business__inner .other-business-right .youtube {
  aspect-ratio: 640/360;
  max-width: 640px;
  width: 100%;
}
.other-business__inner .other-business-right .youtube iframe {
  width: 100%;
  height: 100%;
}

.american-goods-sales__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.american-goods-sales__inner .content-left {
  padding-bottom: 138px;
}
.american-goods-sales__inner .content-left .american-goods-sales-desc1 {
  color: #232b52;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}
.american-goods-sales__inner .content-left .american-goods-sales-desc2 {
  color: #222;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: 0.48px;
}
.american-goods-sales__inner .content-right {
  max-width: 725px;
  width: 100%;
  margin-top: 68px;
}
.american-goods-sales__inner .content-right img {
  aspect-ratio: 725/220;
  max-width: 725px;
  width: 100%;
  height: auto;
}

.contact {
  background: #FEFCF7;
  position: relative;
  font-family: "M PLUS 1 Code", sans-serif;
}
.contact .tiger3 {
  position: absolute;
  bottom: -0.7638888889vw;
  right: 3.6805555556vw;
  aspect-ratio: 160/273;
  max-width: 160px;
  width: 11.1111111111vw;
  height: auto;
}
.contact__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 134px;
}
.contact__inner .contact-head {
  color: #000;
  text-align: center;
  font-size: 112px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 35px;
}
.contact__inner .contact-content {
  display: flex;
  justify-content: space-between;
}
.contact__inner .contact-content .contact-left {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__inner .contact-content .contact-left .tel {
  margin-bottom: 7px;
}
.contact__inner .contact-content .contact-left .tel .tel-logo {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-left .tel .tel-text {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.84px;
}
.contact__inner .contact-content .contact-left .fax {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact__inner .contact-content .bar {
  width: 2px;
  background-color: #000;
}
.contact__inner .contact-content .contact-right {
  max-width: 550px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-right .email .email-logo {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-right .email .email-text {
  color: var(--neutral-color-fff, #000);
  text-align: center;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 42px */
}

@media (max-width: 768px) {
  .fv {
    padding: 0 24px;
    position: relative;
    height: 100vh;
    min-height: 0;
    max-height: 1000px;
  }
  .fv .left-bar {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0px;
    aspect-ratio: 52.4/810;
    width: auto;
    height: 100vh;
    min-height: 0;
    max-height: 1000px;
  }
  .fv .left-bar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }
  .fv .bottom-bar {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 4vh;
    height: 2px;
    background-color: #000;
    width: 100%;
  }
  .fv .fv-filter {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 0;
    max-height: 1000px;
    background-image: url(/assets/images/fv-filter.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .fv .tiger {
    position: absolute;
    aspect-ratio: 311/500;
    bottom: 2.6666666667%;
    right: 2.6666666667%;
    max-width: 183px;
    width: 48%;
    height: auto;
    z-index: 3;
  }
  .fv .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 0;
    max-height: 1000px;
  }
  .fv .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .fv__inner {
    max-width: 1120px;
    width: 100%;
    padding-top: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    margin: 0 auto;
  }
  .fv__inner .fv-small-text {
    color: #000;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 3.4666666667vw; /* Changed from 120px (0.7x) */
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 325% */
    margin-bottom: -10px;
  }
  .fv__inner .fv-title {
    color: #000;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 16vw; /* Changed from 120px (0.7x) */
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -2.4px;
    margin-bottom: 30px;
  }
  .fv__inner .fv-title span:first-child {
    /* 1つ目のspanにスタイルを適用したい場合、ここに記述 */
    /* 例: */
    line-height: 100%;
    font-size: 6.9333333333vw; /* Changed from 120px (0.7x) */
    margin-top: 5.3333333333vw;
    margin-bottom: -5.3333333333vw;
  }
  .fv__inner .fv-title2 {
    aspect-ratio: 367/46;
    max-width: 230px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    left: -5px;
  }
  .fv__inner .fv-title2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .fv__inner .fv-desc {
    color: #fff;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 4vw; /* Changed from 28px */
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    width: fit-content;
    padding: 1.3333333333vw;
  }
  .fv__inner .fv-desc:nth-child(2) {
    margin-bottom: 10px;
  }
  .fv__inner .fv-desc:nth-child(3) {
    margin-bottom: 10px;
  }
  .fv__inner .fv-desc:nth-child(4) {
    margin-bottom: 10px;
  }
  .news {
    position: relative;
    background: #FEFCF7;
  }
  .news .fixed-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: inset(0);
  }
  .news .fixed-img-wrapper .fixed-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
  }
  .news__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .news__inner .news-left {
    max-width: none;
    width: 100%;
  }
  .news__inner .news-left .head-and-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .news__inner .news-left .head-and-btn .wrap {
    padding-top: 20px;
  }
  .news__inner .news-left .news-list .news-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }
  .news__inner .news-left .news-list .news-list-item__date {
    margin-bottom: 4px;
    color: #222;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.48px;
  }
  .news__inner .news-left .news-list .news-list-item__title {
    color: #222;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
  }
  .news__inner .news-left .news-list .news-list-item:first-child {
    border-top: 1px solid #000;
  }
  .news__inner .news-right a {
    display: inline-block;
  }
  .news__inner .news-right .cta-section {
    display: flex;
    flex-wrap: nowrap;
    gap: 4vw;
  }
  .news__inner .news-right .cta-section__left img {
    aspect-ratio: 200/200;
    max-width: 150px;
    width: 26.6666666667vw;
  }
  .news__inner .news-right .cta-section__right__top {
    margin-bottom: 4.2666666667vw;
  }
  .news__inner .news-right .cta-section__right__top img {
    aspect-ratio: 200/120;
    max-width: 132px;
    width: 26.6666666667vw;
  }
  .news__inner .news-right .cta-section__right__btm {
    display: flex;
    justify-content: center;
    gap: 3.2vw;
  }
  .news__inner .news-right .cta-section__right__btm img {
    aspect-ratio: 1/1;
    max-width: 64px;
    width: 17.0666666667vw;
    height: auto;
  }
  .paper-bg {
    background: #FEFCF7;
  }
  .company-and-recruit {
    position: relative;
  }
  .company-and-recruit .bg-letters {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1414/124;
    max-width: 1414px;
    width: 100%;
  }
  .company-and-recruit .bg-letters img {
    width: 100%;
    height: auto;
    min-height: 40px;
    object-fit: cover;
    object-position: left;
  }
  .company-and-recruit .bg-img {
    position: absolute;
    bottom: 2.6666666667vw;
    right: 0vw;
    aspect-ratio: 311/500;
    max-width: 170px;
    width: 42.6666666667vw;
    height: auto;
  }
  .company-and-recruit .bg-img img {
    width: 100%;
    height: 100%;
  }
  .company-and-recruit__inner {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .company-and-recruit__inner .cmn-head {
    margin-bottom: 20px;
  }
  .company-and-recruit__inner .company-desc {
    color: #222;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 16px; /* Changed from 20px */
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.4px;
    margin-bottom: 31px;
  }
  .company-and-recruit__inner .cmn-btn:first-of-type {
    margin-bottom: 30px;
  }
  .company-and-recruit__inner .cmn-btn:last-of-type {
    margin-bottom: 38px;
  }
  .company-and-recruit__inner .cta-section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .company-and-recruit__inner .cta-section a {
    display: inline-block;
  }
  .company-and-recruit__inner .cta-section__tk {
    margin-right: 24px;
  }
  .company-and-recruit__inner .cta-section__tk img {
    aspect-ratio: 64/64;
    width: 50px;
  }
  .company-and-recruit__inner .cta-section__ig {
    margin-right: 32px;
  }
  .company-and-recruit__inner .cta-section__ig img {
    aspect-ratio: 64/64;
    width: 50px;
  }
  .company-and-recruit__inner .cta-section__tsuku img {
    aspect-ratio: 202/55;
    width: 202px;
  }
  .access .access-img {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .access .access-img img {
    aspect-ratio: 541/131;
    max-width: 541px;
    width: 53.3333333333vw;
    height: auto;
  }
  .access__inner {
    padding-top: 60px;
    padding-bottom: 46px;
  }
  .access__inner .cmn-head {
    margin-bottom: 20px;
  }
  .access__inner .access-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
  }
  .access__inner .access-content__left {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .access__inner .access-content__left .access-info {
    color: #222;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .access__inner .access-content__left .cmn-btn {
    margin-bottom: 6px;
  }
  .access__inner .access-content__right {
    width: 100%;
  }
  .access__inner .access-content__right .gmap iframe {
    max-width: 736px;
    width: 100%;
    height: 200px;
  }
  .left-bar-wrap {
    position: relative;
  }
  .left-bar-wrap .left-bar {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20px;
    width: 3.2vw;
    height: 100%;
    background-color: #F88248;
  }
  .business {
    position: relative;
  }
  .business .business-img {
    position: absolute;
    top: 0px;
    left: auto;
    right: 10px;
  }
  .business .business-img img {
    aspect-ratio: 353/500;
    max-width: 150px;
    width: 40vw;
    height: auto;
  }
  .business .business-letters {
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    right: 0;
    z-index: 1;
  }
  .business .business-letters img {
    aspect-ratio: 105/725;
    max-width: 105px;
    width: 100%;
    height: auto;
  }
  .business__inner {
    position: relative;
    padding-top: 32px;
    padding-bottom: 55px;
    z-index: 3;
  }
  .business__inner .business-content {
    width: fit-content;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .business__inner .business-content .cmn-head {
    margin-bottom: 40px;
  }
  .business__inner .business-content .business-desc1 {
    color: #232b52;
    font-family: "BIZ UDGothic";
    font-size: 22px; /* Changed from 32px (0.7x) */
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.64px;
    margin-bottom: 12px;
  }
  .business__inner .business-content .business-desc2 {
    color: #232b52;
    font-family: "BIZ UDGothic";
    font-size: 18px; /* Changed from 24px */
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
  }
  .business__inner .sns-posts {
    max-width: 914px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .business__inner .sns-posts .tk-post {
    aspect-ratio: 336/438;
    max-width: 336px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .business__inner .sns-posts .tk-post .tiktok-embed {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .business__inner .sns-posts .ig-post {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .business__inner .sns-posts .ig-post__title {
    color: #000;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 18px; /* Changed from 20px */
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .business__inner .sns-posts .ig-post .ig-posts-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .business__inner .sns-posts .ig-post .ig-posts-list img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  .business__inner .sns-posts .cmn-btn__text {
    font-family: "M PLUS 1 Code", sans-serif;
  }
  .other-business__inner {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: space-between;
  }
  .other-business__inner .other-business-left {
    max-width: 441px;
    width: 100%;
  }
  .other-business__inner .other-business-left .cmn-head {
    margin-bottom: 40px;
    font-family: "M PLUS 1 Code", sans-serif;
  }
  .other-business__inner .other-business-left .cmn-head__en {
    letter-spacing: -0.52px;
  }
  .other-business__inner .other-business-left .other-business-desc1 {
    margin-bottom: 12px;
    color: #232b52;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 22.4px; /* Changed from 32px (0.7x) */
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.64px;
    margin-bottom: 12px;
  }
  .other-business__inner .other-business-left .other-business-desc2 {
    margin-bottom: 36px;
    color: #222;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 18px; /* Changed from 24px */
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.48px;
  }
  .other-business__inner .other-business-left .cmn-btn {
    max-width: 252px;
  }
  .other-business__inner .other-business-left .cmn-btn__text {
    white-space: nowrap;
  }
  .other-business__inner .other-business-right {
    max-width: 640px;
    width: 100%;
    padding-top: 23px;
    margin-bottom: 45px;
  }
  .other-business__inner .other-business-right .youtube {
    aspect-ratio: 640/360;
    max-width: 640px;
    width: 100%;
  }
  .other-business__inner .other-business-right .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .american-goods-sales__inner {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
  }
  .american-goods-sales__inner .content-left {
    padding-bottom: 0px;
  }
  .american-goods-sales__inner .content-left .american-goods-sales-desc1 {
    color: #232b52;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 22.4px; /* Changed from 32px (0.7x) */
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.64px;
    margin-bottom: 24px;
  }
  .american-goods-sales__inner .content-left .american-goods-sales-desc2 {
    color: #222;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 18px; /* Changed from 24px */
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.48px;
  }
  .american-goods-sales__inner .content-right {
    max-width: 725px;
    width: 100%;
    margin-top: 0;
  }
  .american-goods-sales__inner .content-right img {
    aspect-ratio: 725/220;
    max-width: 725px;
    width: 100%;
    height: auto;
  }
  .contact {
    background: #FEFCF7;
    position: relative;
  }
  .contact .tiger3 {
    position: absolute;
    bottom: -1.3333333333vw;
    right: 2.6666666667vw;
    aspect-ratio: 160/273;
    max-width: 100px;
    width: 26.6666666667vw;
    height: auto;
  }
  .contact__inner {
    padding-top: 40px;
    padding-bottom: 170px;
  }
  .contact__inner .contact-head {
    color: #000;
    text-align: center;
    font-size: 40px; /* Changed from 112px (0.7x) */
    font-style: normal;
    font-weight: 300;
    margin-bottom: 35px;
  }
  .contact__inner .contact-content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: space-between;
  }
  .contact__inner .contact-content .contact-left {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact__inner .contact-content .contact-left .tel {
    margin-bottom: 7px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo {
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo svg {
    width: 45px;
    height: 45px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-text {
    color: #000;
    font-size: 24px; /* Changed from 48px (0.7x) */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.84px;
  }
  .contact__inner .contact-content .contact-left .fax {
    color: #000;
    font-size: 18px; /* Changed from 20px */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .contact__inner .contact-content .bar {
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .contact__inner .contact-content .contact-right {
    max-width: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo svg {
    aspect-ratio: 55/38.67;
    width: 40px;
  }
  .contact__inner .contact-content .contact-right .email .email-text {
    color: #000;
    text-align: center;
    font-family: "M PLUS 1 Code", sans-serif;
    font-size: 18px; /* Changed from 24px */
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
  }
}/*# sourceMappingURL=index.css.map */