@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* about */
/* ============================================ */
.about-wrapper {
  padding: 80px 0 150px;
}
@media all and (max-width: 896px) {
  .about-wrapper {
    padding: 48px 0 80px;
  }
}
.about-ideal__container {
  padding: 48px 32px 56px;
  border: 4px solid #E8EBED;
  border-radius: 16px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .about-ideal__container {
    padding: 32px 20px 40px;
    border-radius: 12px;
  }
}
.about-ideal__container + .about-ideal__container {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .about-ideal__container + .about-ideal__container {
    margin-top: 24px;
  }
}
.about-ideal__inner {
  max-width: 1140px;
  margin-inline: auto;
}
.about-ideal__catch {
  word-break: keep-all;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  font-style: normal;
  font-size: clamp(1.75rem, 1.3614rem + 1.658vw, 2.75rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .about-ideal__catch {
    margin-top: 20px;
  }
}
.about-ideal__txt {
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .about-ideal__txt {
    margin-top: 16px;
  }
}
.about-ideal__list {
  font-size: clamp(1.125rem, 0.9793rem + 0.6218vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .about-ideal__list {
    margin-top: 24px;
  }
}
.about-ideal__list__item {
  margin-top: 12px;
  padding-left: 1em;
  position: relative;
}
@media all and (max-width: 896px) {
  .about-ideal__list__item {
    margin-top: 8px;
  }
}
.about-ideal__list__item::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #1D2088;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.about-message {
  margin-top: 180px;
}
@media all and (max-width: 896px) {
  .about-message {
    margin-top: 100px;
  }
}
.about-message__wrapper {
  container-type: inline-size;
  position: relative;
}
.about-message__container {
  display: flex;
  gap: 0 5.97cqw;
}
@media all and (max-width: 1025px) {
  .about-message__container {
    flex-direction: column;
  }
}
.about-message__inner {
  flex-grow: 1;
  padding-bottom: 13.43cqw;
}
@media all and (max-width: 1025px) {
  .about-message__inner {
    position: relative;
    width: 100%;
    padding-bottom: 22cqw;
  }
}
.about-message__inner .common-btn {
  margin-top: 40px;
}
.about-message__work {
  font-size: clamp(1.125rem, 0.9793rem + 0.6218vw, 1.5rem);
  font-weight: 700;
}
.about-message__name {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px 0.8em;
  line-height: 1.4;
  font-size: clamp(1.0625rem, 0.9896rem + 0.3109vw, 1.25rem);
  font-weight: 700;
  color: #1D2088;
  margin-top: 8px;
}
.about-message__name__jp {
  font-size: clamp(2rem, 1.4171rem + 2.487vw, 3.5rem);
  letter-spacing: 0.1em;
}
.about-message__name__en {
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}
.about-message__contents {
  margin-top: 32px;
}
.about-message__catch {
  word-break: keep-all;
  color: #1D2088;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 0.9514rem + 0.2073vw, 1.125rem);
  font-weight: 600;
  margin-top: 20px;
}
@media all and (max-width: 1025px) {
  .about-message__catch {
    word-break: normal;
  }
}
@media all and (max-width: 896px) {
  .about-message__catch {
    margin-top: 16px;
  }
}
.about-message__txt {
  word-break: keep-all;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media all and (max-width: 1025px) {
  .about-message__txt {
    word-break: normal;
  }
}
@media all and (max-width: 896px) {
  .about-message__txt {
    margin-top: 16px;
  }
}
.about-message__txt + .about-message__txt {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .about-message__txt + .about-message__txt {
    margin-top: 10px;
  }
}
.about-message__img {
  flex-shrink: 0;
  width: 54cqw;
}
@media all and (max-width: 1025px) {
  .about-message__img {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}
@media all and (max-width: 896px) {
  .about-message__img {
    max-width: 500px;
  }
}
.about-message__img img {
  width: 100%;
  max-width: none;
  border-radius: 16px;
}
@media all and (max-width: 896px) {
  .about-message__img img {
    border-radius: 12px;
  }
}
.about-message__couple {
  width: 17.46cqw;
  position: absolute;
  bottom: 0;
  right: 60.08cqw;
}
@media all and (max-width: 1367px) {
  .about-message__couple {
    right: 55cqw;
  }
}
@media all and (max-width: 1025px) {
  .about-message__couple {
    width: 26.19cqw;
    right: 8cqw;
  }
}
@media all and (max-width: 480px) {
  .about-message__couple {
    right: 0;
  }
}
.about-message__couple img {
  width: 100%;
  max-width: none;
}
.about-forte {
  margin-top: 180px;
}
@media all and (max-width: 896px) {
  .about-forte {
    margin-top: 100px;
  }
}
.about-forte__wrapper {
  container-type: inline-size;
}
.about-forte__inner {
  display: flex;
  gap: 16px 0;
}
@media all and (max-width: 896px) {
  .about-forte__inner {
    flex-direction: column;
  }
}
.about-forte__inner .common-ttl {
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .about-forte__inner .common-ttl {
    width: 100%;
  }
}
.about-forte__block {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .about-forte__block {
    width: 100%;
  }
}
.about-forte__txt {
  word-break: keep-all;
  font-size: clamp(1.0625rem, 0.9896rem + 0.3109vw, 1.25rem);
  line-height: 2;
}
@media all and (max-width: 896px) {
  .about-forte__txt {
    word-break: normal;
  }
}
.about-forte__img {
  text-align: center;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .about-forte__img {
    margin-top: 24px;
  }
}
@media all and (max-width: 896px) {
  .about-forte__img img {
    width: 403.2px;
  }
}
.about-forte__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 5.97cqw;
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .about-forte__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.about-forte__list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-forte__list__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #E8EBED;
  position: absolute;
  top: 0;
  left: -2.985cqw;
}
@media all and (max-width: 896px) {
  .about-forte__list__item::before {
    width: 100%;
    height: 1px;
    top: -20px;
    left: 0;
  }
}
.about-forte__list__item:first-of-type::before {
  content: none;
}
@media all and (max-width: 896px) {
  .about-forte__list__item .common-btn {
    margin-inline: auto;
  }
}
.about-forte__list__ttl {
  text-align: center;
}
.about-forte__list__ttl__number {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  font-weight: 500;
  line-height: 1;
  color: #1D2088;
}
.about-forte__list__ttl__number.--second {
  color: #B3B4DF;
}
.about-forte__list__ttl__number.--third {
  color: #7779B8;
}
.about-forte__list__ttl__jp {
  font-size: clamp(1.75rem, 1.3614rem + 1.658vw, 2.75rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .about-forte__list__ttl__jp {
    margin-top: 6px;
  }
}
.about-forte__list__txt {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .about-forte__list__txt {
    margin-top: 12px;
  }
}