@charset "UTF-8";
/* ------------------------------------- */
/* 会社概要 */
/* ------------------------------------- */
.profile .profilettl {
  padding: 10em 0 0;
}
.profile .profilettl h2.main-ttl {
  margin: 0 auto 2.2em;
}
.profile .profilettl h2.main-ttl img {
  max-width: 308px;
  margin: 0 auto 6rem;
}
.profile .profilettl h2.main-ttl .ttl-caps, .profile .company h2.main-ttl .ttl-caps {
  font-size: clamp(1.9rem, 2vw + 1rem, 2.4rem);
}
.profile .profilettl h2.main-ttl .ttl-caps {
  letter-spacing: 1.2rem;
}
.profile .person {
  background: linear-gradient(180deg, #fff 0%, #fff 195px, #eae5da 195px, #eae5da 100%);
  padding: 0 0 7em;
}
.profile .person .inner {
  max-width: 840px;
}
.profile .person li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5.2em;
}
.profile .person li:first-of-type {
  margin-top: 0;
}
.profile .person li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.profile .person li figure {
  max-width: 343px;
  width: 42%;
}
.profile .person li .txt {
  max-width: 420px;
  width: 50%;
  text-align: justify;
  letter-spacing: .1rem;
}
.profile .person li .txt h3.position {
  font-size: 1.8rem;
  letter-spacing: .5rem;
}
.profile .person li .txt h4.name {
  font-size: 2.4rem;
  line-height: normal;
  margin: .8em 0;
  letter-spacing: .5rem;
  display: flex;
}
.profile .person li .txt h4.name ruby {
  white-space: nowrap;
}
.profile .person li .txt h4.name rp, .profile .person li .txt h4.name rt {
  font-size: 1.2rem;
}
.profile .person li .txt h4.name rp {
  display: none;
}
.profile .person li .txt p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.profile .company {
  background: linear-gradient(180deg, #fff 0%, #fff 490px, #dcdddd 490px, #dcdddd 100%);
  padding: 7.3em 0 8.1em;
}
.profile .company h2.main-ttl {
  margin: 0 auto 2.5em;
}
.profile .company h2.main-ttl img {
  max-width: 143px;
  margin: 0 auto 2.5rem;
}
.profile .company h2.main-ttl .ttl-caps {
  font-weight: 500;
  letter-spacing: 1rem;
}
.profile .company .dl_table {
  background-color: #fff;
  max-width: 850px;
  margin: 0 auto 8.1em;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 2.2em 7% 4.5em;
}
.profile .company .dl_table dt, .profile .company .dl_table dd {
  padding: 1.3em 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #000;
}
.profile .company .dl_table dt {
  font-weight: bold;
  width: 30%;
}
.profile .company .dl_table dt .small {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
}
.profile .company .dl_table dd {
  width: calc(70% - 2.5px);
  padding-left: 3%;
  margin-left: 2.5px;
}
.profile .company .dl_table dd .btn {
  min-width: 253px;
  max-width: 253px;
  margin: 1.5em 0 1em;
}
.profile .company .pic {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  /* --- IEのみ --- */
  .profile .profilettl h2.main-ttl .ttl-caps {
    font-size: 2.4rem;
  }
  .profile .person li .txt h4.name rp {
    display: block;
  }
}
@supports (-ms-ime-align: auto) {
  /* --- Edgeのみ --- */
  .profile .profilettl h2.main-ttl .ttl-caps {
    font-size: 2.4rem;
  }
  .profile .person li .txt h4.name rp {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* --- スマートフォン縦 --- */
  .profile .profilettl {
    padding: 6.5em 0 0;
  }
  .profile .profilettl h2.main-ttl img {
    margin: 0 auto 3rem;
  }
  .profile .profilettl h2.main-ttl .ttl-caps {
    letter-spacing: .5rem;
  }
  .profile .person {
    background: linear-gradient(180deg, #fff 0%, #fff 134px, #eae5da 134px, #eae5da 100%);
    padding: 0 0 4.1em;
  }
  .profile .person .inner {
    max-width: 100%;
    padding: 0;
  }
  .profile .person li {
    display: block;
    margin-top: 2.8em;
  }
  .profile .person li:not(:first-of-type) {
    padding-top: 3.4em;
    background: linear-gradient(180deg, #fff 0%, #fff 300px, #eae5da 300px, #eae5da 100%);
  }
  .profile .person li:first-of-type {
    margin-top: 2.8em;
  }
  .profile .person li:first-of-type figure {
    position: relative;
    left: 5%;
  }
  .profile .person li figure {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 2.4em;
  }
  .profile .person li .txt {
    width: 90%;
    margin: auto;
  }
  .profile .person li .txt h4.name {
    font-size: 2.2rem;
  }
  .profile .company {
    background: linear-gradient(180deg, #fff 0%, #fff 400px, #dcdddd 400px, #dcdddd 100%);
    padding: 5.4em 0 4.4em;
  }
  .profile .company h2.main-ttl {
    margin: 0 auto 1.7em;
  }
  .profile .company h2.main-ttl .ttl-caps {
    letter-spacing: .5rem;
  }
  .profile .company .dl_table {
    display: block;
    padding: 0.7em 7% 3em;
    border-radius: 8px;
    margin: 0 auto 4.4em;
  }
  .profile .company .dl_table dt, .profile .company .dl_table dd {
    padding: 1.2em 0;
    width: 100%;
  }
  .profile .company .dl_table dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .profile .company .dl_table dd {
    padding-top: 0.3em;
  }
  .profile .company .dl_table dd:last-of-type {
    border-bottom: none;
  }
}