@charset "UTF-8";
/* ============================================ */
/* about
/* ============================================ */
/* ===== top-area  ===== */
#top-area .top-img::before {
  background-image: url(../img/aboutus/about/top-img.jpg);
}

/* ===== section共通 ===== */
.section {
  position: relative;
  padding: 120px 0 130px;
}
.section .wrap {
  padding: 0 0 0 100px;
}
.section .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.section .link {
  margin: 50px 0 0;
}

.section-title {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.section-catch {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 1400px) {
  .section-catch {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .section .flex-wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 0 100px;
  }
  .section .wrap {
    padding: 0 0 0 80px;
  }
  .section-title {
    top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section-catch {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .section .wrap {
    padding: 0 0 0 50px;
  }
  .section-title {
    top: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  .section-catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* =====  ===== */
.flex-wrap:has(#philosophy, #start) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}

#philosophy,
#start {
  width: 50%;
}
#philosophy .wrap,
#start .wrap {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .flex-wrap:has(#philosophy, #start) {
    flex-direction: column;
    gap: 0;
  }
  #philosophy,
#start {
    width: 100%;
  }
  #philosophy .wrap,
#start .wrap {
    width: 100%;
  }
}
/* ===== philosophy ===== */
#philosophy .text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  #philosophy .text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #philosophy {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #philosophy .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ===== start ===== */
#start .img {
  border-radius: 20px;
  overflow: hidden;
  margin: 50px 0 0;
}

@media screen and (max-width: 1200px) {
  #start .img {
    width: 100%;
    max-width: 460px;
    margin: 50px auto 0;
  }
}
/* ===== business ===== */
#business .img {
  width: 480px;
  flex-shrink: 0;
}

@media screen and (max-width: 1400px) {
  #business .img {
    width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  #business .img {
    width: 100%;
    max-width: 380px;
  }
}
/* ===== present-future ===== */
#present-future {
  padding-bottom: 160px;
}
#present-future .img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}
#present-future .img .item {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
#present-future .img .item img {
  display: block;
  width: 350px;
  border-radius: 20px;
}
#present-future .img .item p {
  line-height: 1.5;
}

@media screen and (min-width: 1201px) {
  #present-future .flex-wrap {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1400px) {
  #present-future .img .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  #present-future .img {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
  }
  #present-future .img .item {
    width: 47%;
  }
  #present-future .img .item img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #present-future {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 600px) {
  #present-future .img {
    flex-direction: column;
    gap: 20px 0;
  }
  #present-future .img .item {
    width: 100%;
  }
}

/*# sourceMappingURL=about.css.map */