@charset "UTF-8";

/* ==========================================================================
   About fv-bg
   ========================================================================== */

.p-sub-hero__title-area {
  background-image: url('https://picsum.photos/id/180/1600/900');
}
/* ==========================================================================
   About Vision
   ========================================================================== */
.p-about-vision {
  padding: 5rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-about-vision {
    padding: 8rem 1rem;
  }
}

.p-about-vision__container {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .p-about-vision__container {
    padding-left: 15vw;
  }
}

.p-about-vision__heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-about-vision__heading {
    font-size: 1.75rem;
  }
}

.p-about-vision__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

/* ==========================================================================
   About CEO
   ========================================================================== */
.p-about-ceo {
  padding: 5rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-about-ceo {
    padding: 8rem 1rem;
  }
}

.p-about-ceo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-about-ceo__inner {
    flex-direction: row;
    justify-content: center;
  }
}

.p-about-ceo__image {
  width: 85%;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  margin-bottom: -3.75rem;
}

@media screen and (min-width: 768px) {
  .p-about-ceo__image {
    width: 38%;
    margin-bottom: 0;
    margin-right: -6%;
  }
}

.p-about-ceo__content {
  width: 100%;
  background-color: var(--color-bg-gray);
  padding: 6rem 2rem 3rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-about-ceo__content {
    width: 68%;
    padding: 7rem 4rem 7rem 12%;
  }
}

.p-about-ceo__text-area {
  max-width: 32rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-about-ceo__text-area {
    margin: 0;
    max-width: none;
  }
}

.p-about-ceo__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-about-ceo__text {
    font-size: 1rem;
  }
}

.p-about-ceo__sign {
  text-align: right;
}

.p-about-ceo__role {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.p-about-ceo__name {
  font-size: 1.25rem;
  font-weight: 700;
}

/* ==========================================================================
   About Company
   ========================================================================== */
.p-about-company {
  padding: 6rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-about-company {
    padding: 8rem 1rem;
  }
}

.p-about-company__list {
  border-top: 1px solid #ddd;
  margin-bottom: 2.5rem;
}

.p-about-company__row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-about-company__row {
    flex-direction: row;
    max-width: 56rem;
    margin-left: auto;
  }
}

.p-about-company__term {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-about-company__term {
    width: 10rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.p-about-company__desc {
  font-weight: 500;
}

.p-about-company__map {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .p-about-company__map {
    padding-top: 32.7%;
  }
}

.p-about-company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}