/* Scss Document */
/* Scss Document */
.page_title_image.company-mv {
  border-radius: 2.4rem 0 0 2.4rem;
  width: calc(100% - 14rem);
  height: 100%;
  background: url(../images/about/company-mv.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .page_title_image.company-mv {
    margin-bottom: calc(30 / 640 * 100vw);
    border-radius: calc(24 / 640 * 100vw);
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .property-nav__lists.company-nav__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.greeting {
  margin-top: calc(120 / 1920 * 100vw);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .greeting {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 40px;
    padding-bottom: calc(480 / 640 * 100vw);
  }
}
.greeting::after {
  position: absolute;
  content: "";
  background-image: url("../images/about/company-greeting.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 770/811;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .greeting::after {
    top: auto;
    bottom: 0;
    width: 120%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: lighten;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 640px) {
  .greeting__inner {
    padding-bottom: calc(30 / 640 * 100vw);
  }
}

.greeting__content {
  display: flex;
}

.greeting__body {
  width: calc(858 / 1920 * 100vw);
}
@media only screen and (max-width: 1600px) {
  .greeting__body {
    width: calc(858 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__body {
    width: calc(1000 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .greeting__body {
    width: 100%;
  }
}

.greeting__subtitle {
  font-size: calc(36 / 1920 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5.4px;
  margin-top: 73px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 1600px) {
  .greeting__subtitle {
    letter-spacing: 0.1em;
    font-size: calc(36 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__subtitle {
    font-size: calc(36 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .greeting__subtitle {
    font-size: calc(32 / 640 * 100vw);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.greeting__text {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1600px) {
  .greeting__text {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__text {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .greeting__text {
    font-size: calc(24 / 640 * 100vw);
    line-height: 2;
  }
  .greeting__text br {
    display: none;
  }
}

.greeting__text + .greeting__text {
  margin-top: 2em;
}

.greeting__name {
  margin-top: calc(92 / 1920 * 100vw);
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1600px) {
  .greeting__name {
    margin-top: calc(92 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__name {
    margin-top: calc(92 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .greeting__name {
    margin-top: calc(50 / 640 * 100vw);
  }
}

.greeting__position {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1600px) {
  .greeting__position {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__position {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .greeting__position {
    font-size: calc(20 / 640 * 100vw);
  }
}

.greeting__name_text {
  font-size: calc(36 / 1920 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 5.4px;
}
@media only screen and (max-width: 1600px) {
  .greeting__name_text {
    font-size: calc(36 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__name_text {
    font-size: calc(36 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .greeting__name_text {
    font-size: calc(36 / 640 * 100vw);
  }
}

.outline {
  padding-top: calc(177 / 1920 * 100vw);
  padding-bottom: calc(134 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .outline {
    padding: 60px 0;
  }
}

.outline__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .outline__inner {
    flex-direction: column;
    gap: 0;
  }
}
.outline__inner::after {
  position: absolute;
  content: "";
  background-image: url("../images/about/company-bear.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 9.5vw;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1600px) {
  .outline__inner::after {
    bottom: 20px;
    left: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .outline__inner::after {
    width: 14vw;
    height: 14vw;
  }
}
@media only screen and (max-width: 640px) {
  .outline__inner::after {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .outline__inner {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .outline__inner {
    margin: 0;
  }
}

.heading-title.outline__title {
  width: 20vw;
}
@media only screen and (max-width: 1600px) {
  .heading-title.outline__title {
    width: 25vw;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-title.outline__title {
    width: 38vw;
  }
}

.outline__table {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .outline__table tbody,
  .outline__table tr,
  .outline__table th,
  .outline__table td {
    display: block;
  }
}
.outline__table tr {
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 500;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  align-items: center;
}
.outline__table tr th {
  color: #0D7CCE;
  padding: 22px 12px 22px 8px;
  text-align: left;
  width: 10.5vw;
}
@media only screen and (max-width: 1600px) {
  .outline__table tr th {
    width: 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  .outline__table tr th {
    width: 30vw;
  }
}
@media only screen and (max-width: 640px) {
  .outline__table tr th {
    padding-top: 15px;
    padding-bottom: 0.5em;
    width: 100%;
  }
  .outline__table tr th br {
    display: none;
  }
}
.outline__table tr td {
  padding-bottom: 22px;
}
@media only screen and (max-width: 640px) {
  .outline__table tr td {
    padding-bottom: 15px;
    width: 100%;
  }
}

.shop {
  background: #f9f8f5;
  padding: calc(120 / 1920 * 100vw) 0 calc(153 / 1920 * 100vw) 0;
}

.shop__content {
  margin-top: calc(68 / 1920 * 100vw);
}

.shop__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
}
@media only screen and (max-width: 640px) {
  .shop__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(50 / 640 * 100vw);
  }
}

.shop__image img {
  display: block;
  width: 100%;
  height: auto;
}

.shop__info {
  margin-top: calc(23 / 1920 * 100vw);
}

.shop__title {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1600px) {
  .shop__title {
    font-size: calc(20 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .shop__title {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .shop__title {
    margin-top: 0.75em;
    font-size: calc(26 / 640 * 100vw);
  }
}

.shop__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-top: calc(12 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .shop__text {
    font-size: calc(20 / 640 * 100vw);
  }
}

.access {
  padding: calc(120 / 1920 * 100vw) 0 0;
}

@media only screen and (max-width: 1200px) {
  .access__inner {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .access__inner {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .access__content {
    margin-top: 0;
  }
}

.access__info {
  flex: 1;
  margin-bottom: calc(35 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .access__info {
    margin-top: 20px;
  }
}

.access__address-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .access__address-container {
    flex-direction: column;
  }
}

.access__address-block {
  width: 550px;
}
@media only screen and (max-width: 640px) {
  .access__address-block {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .access__address {
    margin-bottom: 1.5em;
  }
}

.access__address-l {
  color: #0D7CCE;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  width: 5em;
}
@media only screen and (max-width: 1200px) {
  .access__address-l {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .access__address-l {
    font-size: calc(24 / 640 * 100vw);
  }
}

.access__address-s {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
}

.access__info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 550px;
}
@media only screen and (max-width: 640px) {
  .access__info-block {
    width: 100%;
    justify-content: center;
  }
}

.access__info-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .access__info-text {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .access__info-text {
    font-size: calc(24 / 640 * 100vw);
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
}

.access__tel {
  display: flex;
  align-items: center;
  gap: calc(10 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .access__tel {
    justify-content: center;
  }
}
.access__tel img {
  width: 2vw;
  display: block;
}
@media only screen and (max-width: 640px) {
  .access__tel img {
    width: 7vw;
  }
}

.access__tel-number {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.203px;
}
@media only screen and (max-width: 1200px) {
  .access__tel-number {
    font-size: calc(44 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .access__tel-number {
    font-size: calc(52 / 640 * 100vw);
  }
}

.access__open {
  margin-left: 1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.75px;
}
@media only screen and (max-width: 1200px) {
  .access__open {
    margin-left: 0;
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .access__open {
    margin-top: 1em;
    font-size: calc(16 / 640 * 100vw);
    text-align: center;
  }
  .access__open br {
    display: none;
  }
}

.access__map-container {
  margin-bottom: calc(40 / 1920 * 100vw);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .access__map-container {
    margin-bottom: calc(40 / 640 * 100vw);
    flex-direction: column;
  }
}

.access__map {
  width: 550px;
  height: 387px;
  aspect-ratio: 665/572;
}
@media only screen and (max-width: 640px) {
  .access__map {
    margin-bottom: 2em;
    width: 100%;
    height: auto;
    aspect-ratio: 16/12;
    margin-top: 0;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__map-parking {
  width: 550px;
}
@media only screen and (max-width: 640px) {
  .access__map-parking {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */