:root {
  --color-white: #fff;
  --color-txt: #1e2855;
  --color-accent: #1e78eb;
  --color-accent02: #5e9cf8;
  --color-accent03: #2b7ade;
  --color-gray: #aaa;
  --color-gray02: #c8c8c8;
  --color-gray03: #f6f6f6;
  --color-consulting: #5e9cf8;
  --color-bg: #f4f3ef;
  --color-yellow: #e2f174;
  --color-navy: #47505f;
  --color-dark-navy: #1e2855;
  --color-beige: #f4f3ef;
  --color-red: #e15555;
}

/* =======================================================
common
======================================================= */
@media screen and (min-width: 767px) {
  .l-inner {
    width: 68.75rem;
  }
}

@media screen and (min-width: 767px) {
  .l-lower-mv {
    padding: 14.125rem 0 1.875rem;
  }
}

@media screen and (min-width: 767px) {
  .p-lower-mv__inner {
    width: 76.25rem;
  }
}

/* =======================================================
company
======================================================= */
.p-company__picture {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-company__picture {
    margin-top: 0.625rem;
  }
}

/* =======================================================
mission
======================================================= */
.l-mission {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-mission {
    padding: 1.875rem 0 3.75rem;
  }
}

.p-mission__column {
  display: grid;
}
@media screen and (min-width: 767px) {
  .p-mission__column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-mission__column {
    gap: 1.875rem;
  }
}
.p-mission__column-hgroup-ttl {
  margin-bottom: 0.625rem;
  font-size: 2rem;
  line-height: calc(60/32);
}
@media screen and (max-width: 768px) {
  .p-mission__column-hgroup-ttl {
    margin-bottom: 0.625rem;
    font-size: 1.375rem;
    line-height: calc(38/22);
  }
}
.p-mission__column-hgroup-txt {
  font-size: 1rem;
  line-height: calc(50/16);
  color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .p-mission__column-hgroup-txt {
    font-size: 0.75rem;
    line-height: calc(20/12);
  }
}
.p-mission__column-txt {
  padding-top: 0.125rem;
  font-size: 1.125rem;
  line-height: calc(46/18);
}
@media screen and (max-width: 768px) {
  .p-mission__column-txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mission__column-txt {
    font-size: 0.875rem;
    line-height: calc(26/14);
  }
}

/* =======================================================
overview
======================================================= */
.l-overview {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-overview {
    padding-bottom: 3.75rem;
  }
}
.l-overview .u-deco__line {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-overview .u-deco__line {
    margin-bottom: 1.875rem;
  }
}
.l-overview .u-deco__line::before {
  left: 0;
}

.p-overview__def {
  border-bottom: 1px solid var(--color-gray02);
}
.p-overview__dwrap {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  padding: 1.875rem 0;
  font-size: 1rem;
  line-height: calc(30/16);
  border-top: 1px solid var(--color-gray02);
}
@media screen and (max-width: 768px) {
  .p-overview__dwrap {
    grid-template-columns: 6.25rem 1fr;
    padding: 1.125rem 0 1.375rem 0.3125rem;
    font-size: 0.875rem;
    line-height: calc(26/14);
  }
}
.p-overview__dttl {
  color: var(--color-gray);
}

/* =======================================================
representative
======================================================= */
.l-representative {
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .l-representative {
    padding-bottom: 5rem;
  }
}
.l-representative .u-deco__line {
  margin-bottom: 1.875rem;
}
.l-representative .u-deco__line::before {
  left: 0;
}

.p-representative__column {
  display: grid;
  gap: 4.125rem;
}
@media screen and (min-width: 767px) {
  .p-representative__column {
    grid-template-columns: 30.25rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-representative__column {
    gap: 1.5625rem;
  }
}
.p-representative__column-figure {
  overflow: hidden;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 767px) {
  .p-representative__column-figure {
    margin-top: 0.625rem;
  }
}
.p-representative__column-name {
  font-size: 1.625rem;
  line-height: calc(45/26);
}
.p-representative__column-name-wrapper {
  display: flex;
  gap: 1.5625rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-representative__column-name-wrapper {
    gap: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-representative__column-name {
    font-size: 1.25rem;
    line-height: calc(30/20);
  }
}
.p-representative__column-furigana {
  padding-top: 0.4375rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .p-representative__column-furigana {
    padding-top: 0.375rem;
    font-weight: 500;
    line-height: calc(20/12);
  }
}
.p-representative__column-txt {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-representative__column-txt {
    margin-bottom: 2.1875rem;
  }
}
.p-representative__column-btn {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-size: 1rem;
  line-height: calc(26/16);
}
@media screen and (max-width: 768px) {
  .p-representative__column-btn {
    font-size: 0.875rem;
    line-height: calc(26/14);
  }
}
.p-representative__column-btn::after {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../images/common/arrow-circle.svg") top center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-representative__column-btn::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (hover: hover) {
  .p-representative__column-btn:hover {
    gap: 1.25rem;
  }
  .p-representative__column-btn:hover::after {
    background: url("../images/common/arrow-circle--hover.svg") top center/contain no-repeat;
  }
}

/* =======================================================
recruit
======================================================= */
.l-recruit {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .l-recruit {
    padding-bottom: 5rem;
  }
}

.p-recruit__link {
  display: grid;
  place-content: center;
  padding: 5.625rem 0 5.1875rem;
  color: var(--color-white);
  text-align: center;
  background: var(--color-accent03);
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__link {
    padding: 1.875rem 0 1.75rem;
    border-radius: 0.9375rem;
  }
}
.p-recruit__ttl {
  margin-bottom: 1.0625rem;
  font-size: 4.0625rem;
  font-weight: 200;
  line-height: calc(70/65);
}
@media screen and (max-width: 768px) {
  .p-recruit__ttl {
    margin-bottom: 0.125rem;
    font-size: 2.5rem;
    line-height: calc(50/40);
  }
}
.p-recruit__txt {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  justify-content: center;
  line-height: calc(26/20);
}
@media screen and (min-width: 767px) {
  .p-recruit__txt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__txt {
    gap: 0.625rem;
    line-height: calc(26/14);
  }
}
.p-recruit__txt::after {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../images/common/arrow-circle--white.svg") top center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-recruit__txt::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}