@charset "UTF-8";
/* ========================================
  about
======================================== */
/* ----------------------------------------
  President（代表挨拶）
---------------------------------------- */
.about-president__inner {
  padding-block: 2.5rem 6.25rem;
}
@media screen and (min-width: 769px) {
  .about-president__inner {
    padding-block: 4.375rem 9.375rem;
  }
}
.about-president__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 1025px) {
  .about-president__body {
    flex-direction: row;
    gap: 4.375rem;
    align-items: flex-start;
    margin-top: 4.0625rem;
  }
}
@media screen and (min-width: 1025px) {
  .about-president__txt-wrap {
    width: min(100%, 40.9375rem);
    margin-inline: auto 0;
  }
}
.about-president__lead {
  font-family: var(--ff-mincho);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--main-text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .about-president__lead {
    font-size: 1.75rem;
  }
}
.about-president__txt {
  margin-top: 1.25rem;
  font-family: var(--ff-gothic);
}
@media screen and (min-width: 769px) {
  .about-president__txt {
    margin-top: 1.875rem;
    text-align: justify;
  }
}
.about-president__profile {
  margin-top: 2.625rem;
}
@media screen and (min-width: 769px) {
  .about-president__profile {
    margin-top: 3.4375rem;
  }
}
.about-president__position {
  font-size: 0.875rem;
}
.about-president__name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.about-president__media {
  flex-shrink: 0;
  width: min(100%, 23.75rem);
  margin-inline: auto;
}
.about-president__img {
  overflow: hidden;
  background-color: #e0d9cf;
  box-shadow: 1rem 1.0625rem 1.0625rem rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 769px) {
  .about-president__img {
    aspect-ratio: 380/507;
  }
}
.about-president__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------
  Philosophy（経営理念）
---------------------------------------- */
.about-philosophy {
  position: relative;
  overflow: hidden;
  background-color: var(--color-dark);
}
.about-philosophy__overlay {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background: url("../../../img/page/about/philosophy_bg_sp.webp") no-repeat center top/cover;
  will-change: transform;
}
@media screen and (min-width: 769px) {
  .about-philosophy__overlay {
    background: url("../../../img/page/about/philosophy_bg.webp") no-repeat center top/cover;
  }
}
.about-philosophy__inner {
  position: relative;
  z-index: 1;
  padding-block: 5.625rem 6.25rem;
}
@media screen and (min-width: 769px) {
  .about-philosophy__inner {
    padding-block: 8.75rem 9.375rem;
  }
}
.about-philosophy__body {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 1025px) {
  .about-philosophy__body {
    flex-direction: row;
    gap: 6.25rem;
    align-items: flex-start;
    margin-top: 3.5rem;
  }
}
.about-philosophy__catch {
  font-family: var(--ff-mincho);
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .about-philosophy__catch {
    font-size: 2.5rem;
  }
}
.about-philosophy__items {
  flex: 1;
}
.about-philosophy__item {
  position: relative;
  padding-bottom: 1.8125rem;
  border-bottom: 1px solid #797979;
}
.about-philosophy__item:nth-child(n+2) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 769px) {
  .about-philosophy__item:nth-child(n+2) {
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 769px) {
  .about-philosophy__item {
    padding-left: 5.3125rem;
  }
}
.about-philosophy__item-num {
  display: inline-block;
  font-family: var(--ff-garamond);
  font-size: 0.75rem;
  line-height: 1;
  background: linear-gradient(120deg, #785e3e 7.86%, #e7c8a3 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .about-philosophy__item-num {
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
}
.about-philosophy__item-ttl {
  font-family: var(--ff-mincho);
  font-size: 1.375rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-philosophy__item-ttl {
    margin-top: -0.3125rem;
  }
}
.about-philosophy__item-txt {
  padding-left: 0.3125rem;
  margin-top: 0.625rem;
  font-family: var(--ff-gothic);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .about-philosophy__item-txt {
    padding-left: 0.9375rem;
    margin-top: 0.375rem;
  }
}

/* ----------------------------------------
  Company（会社概要）
---------------------------------------- */
.about-company {
  background-color: rgba(255, 255, 255, 0.6);
}
.about-company__inner {
  padding-block: 5.625rem 6.25rem;
}
@media screen and (min-width: 769px) {
  .about-company__inner {
    padding-block: 9.0625rem 10rem;
  }
}
.about-company__table {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .about-company__table {
    margin-top: 1.25rem;
  }
}
.about-company__map {
  width: 100%;
  height: 13.75rem;
  margin-top: 1.25rem;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media screen and (min-width: 769px) {
  .about-company__map {
    height: 17.375rem;
  }
}
.about-company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
  Member（メンバー紹介）
---------------------------------------- */
.about-member {
  position: relative;
  overflow: hidden;
  background: url("../../../img/common/logo_03.webp") no-repeat top -1.25rem right -9.0625rem/25.625rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .about-member {
    background-position: top 1.875rem right 1.25rem;
    background-size: 39.1875rem;
  }
}
.about-member__inner {
  position: relative;
  z-index: 1;
  padding-block: 6.0625rem 6.25rem;
}
@media screen and (min-width: 769px) {
  .about-member__inner {
    padding-block: 8.4375rem 9.375rem;
  }
}
.about-member__lead {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .about-member__lead {
    margin-top: 2.8125rem;
  }
}
.about-member__group {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 769px) {
  .about-member__group {
    margin-top: 4.6875rem;
  }
}
.about-member__group + .about-member__group {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 769px) {
  .about-member__group + .about-member__group {
    margin-top: 6.5625rem;
  }
}
.about-member__group-ttl {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.875rem;
  font-family: var(--ff-mincho);
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 769px) {
  .about-member__group-ttl {
    font-size: 1.5rem;
  }
}
.about-member__group-ttl::before {
  display: block;
  width: 1.5rem;
  height: 0.0625rem;
  content: "";
  background: linear-gradient(119.59deg, #785e3e 7.86%, #e7c8a3 100%);
}
@media screen and (min-width: 769px) {
  .about-member__group-ttl {
    margin-bottom: 2.375rem;
  }
}
.about-member__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 0.9375rem;
}
@media screen and (min-width: 769px) {
  .about-member__grid {
    grid-template-columns: repeat(auto-fill, minmax(17.125rem, 1fr));
    gap: 2rem;
  }
}
.about-member__card {
  display: flex;
  flex-direction: column;
}
.about-member__card-btn {
  position: relative;
  display: grid;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
}
.about-member__card-btn::after {
  position: absolute;
  right: 0.1875rem;
  bottom: 0;
  width: 0.875rem;
  height: 0.25rem;
  content: "";
  background: url("../../../img/common/icon/arrow_solid_r_black.webp") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .about-member__card-btn::after {
    right: 0;
    bottom: 0.25rem;
    width: 1.5rem;
    height: 0.4375rem;
  }
}
.about-member__card-img {
  aspect-ratio: 274/365;
  overflow: hidden;
  background-color: #e0d9cf;
  box-shadow: 0.625rem 0.875rem 0.875rem rgba(0, 0, 0, 0.1);
}
.about-member__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (any-hover: hover) {
  .about-member__card:hover .about-member__card-img img {
    transform: scale(1.04);
  }
}
.about-member__card-info {
  display: grid;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .about-member__card-info {
    margin-top: 1.0625rem;
  }
}
.about-member__card-position {
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .about-member__card-position {
    font-size: 0.875rem;
  }
}
.about-member__card-name {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .about-member__card-name {
    margin-top: 0.4375rem;
    font-size: 1.25rem;
  }
}
.about-member__card-name-en {
  font-family: var(--ff-garamond);
  font-size: 0.625rem;
  line-height: 1;
  background: linear-gradient(161.68deg, #785e3e 7.86%, #e7c8a3 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .about-member__card-name-en {
    font-size: 0.875rem;
  }
}
.about-member.-modal {
  background: none;
}
.about-member.-modal .about-member__card-img {
  aspect-ratio: 283/188;
}
.about-member.-modal .about-member__card-info {
  margin-top: 2.0625rem;
}
.about-member.-modal .about-member__card-position {
  font-size: 0.875rem;
}
.about-member.-modal .about-member__card-name {
  font-size: 1.5rem;
}
.about-member.-modal .about-member__card-name-en {
  margin-left: 0.625rem;
  font-size: 0.875rem;
}
.about-member.-modal .about-member__card-txt {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  border-top: 1px solid #d8d8d8;
}