.our_story {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1200px) {
  .our_story {
    padding-bottom: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 1200px) and (min-width: 1366px) {
  .our_story {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story {
    padding-bottom: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
  }
}

.our_story .our_story-wrap {
  max-width: 1366px;
  margin-inline: auto;
}

.our_story .our_story-content {
  background-color: #FAF6ED;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .our_story .our_story-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.our_story .our_story-content .our_story-inner {
  margin-left: calc(90 / 1366 * 100vw - 90 / 1366 * var(--scrollbar-size-px));
  width: calc(755 / 1366 * 100vw - 755 / 1366 * var(--scrollbar-size-px));
  color: #000;
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner {
    margin-left: 90px;
  }
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner {
    width: 755px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .our_story-content .our_story-inner {
    display: contents;
  }
}

.our_story .our_story-content .our_story-inner .our_story-title {
  font-family: "Catalogue LL Bold", "Noto Sans JP" !important;
  font-size: calc(28 / 1366 * 100vw - 28 / 1366 * var(--scrollbar-size-px));
  color: #000;
  text-box: trim-both cap alphabetic;
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner .our_story-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .our_story-content .our_story-inner .our_story-title {
    order: 1;
    font-size: calc(22 / 375 * 100vw - 22 / 375 * var(--scrollbar-size-px));
    padding-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-left: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

.our_story .our_story-content .our_story-inner .our_story-sub {
  font-size: calc(23 / 1366 * 100vw - 23 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
  color: #000;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner .our_story-sub {
    font-size: 23px;
  }
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner .our_story-sub {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .our_story-content .our_story-inner .our_story-sub {
    order: 2;
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    padding-left: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    margin-top: calc(5 / 375 * 100vw - 5 / 375 * var(--scrollbar-size-px));
  }
}

.our_story .our_story-content .our_story-inner .our_story-text {
  font-size: calc(18 / 1366 * 100vw - 18 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(25 / 1366 * 100vw - 25 / 1366 * var(--scrollbar-size-px));
  line-height: calc(27/18);
  color: #000 !important;
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner .our_story-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-content .our_story-inner .our_story-text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .our_story-content .our_story-inner .our_story-text {
    order: 4;
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    padding-left: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    margin-top: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    padding-right: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

.our_story .our_story-img {
  width: calc(430 / 1366 * 100vw - 430 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  .our_story .our_story-img {
    width: 430px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .our_story-img {
    order: 3;
    margin-top: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    width: 100%;
    padding-right: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    padding-left: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

.our_story .cta.Btn {
  background-color: black !important;
  display: block;
  border-radius: 0px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000 !important;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 1200px) {
  .our_story .cta.Btn {
    margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
    width: calc(250 / 1366 * 100vw - 250 / 1366 * var(--scrollbar-size-px));
    height: calc(44 / 1366 * 100vw - 44 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .our_story .cta.Btn {
    margin-top: 56.22255px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .our_story .cta.Btn {
    width: 351.39092px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .our_story .cta.Btn {
    height: 61.8448px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .cta.Btn {
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    width: calc(250 / 375 * 100vw - 250 / 375 * var(--scrollbar-size-px));
    height: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
  }
}

.our_story .cta.Btn a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  display: block;
  width: 100%;
  height: 100%;
}

.our_story .cta.Btn a p {
  color: white !important;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .our_story .cta.Btn a p {
    font-size: calc(16 / 1920 * 100vw - 16 / 1920 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .our_story .cta.Btn a p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .our_story .cta.Btn a p {
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 1200px) {
  .our_story .cta.Btn:hover {
    background-color: #fff !important;
  }
  .our_story .cta.Btn:hover a p {
    color: #000 !important;
  }
}
