@charset "UTF-8";

/* ==========================================================================
   共通
   ========================================================================== */

.l-content.-about{
  background: url("../images/about/bg01.png") center bottom no-repeat;
  background-size: 100% auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-content{
    padding: 0 40px;
  }
  .l-content__inner{
    max-width: 1080px;
    margin: 0 auto;
  }
  .l-content.-about{
    padding-bottom: 238px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .l-content{
    padding-inline: var(--gutter-sp);
  }
  .l-content.-about{
    padding-bottom: 100px;
  }
}

/* --- title --- */
.c-sec-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: var(--inset-std);
  margin-right: var(--inset-wide);
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdfe3;
}
.c-sec-head__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
}
.c-sec-head__label::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(45deg, #9ba7f5, #1e56ae);
}
.c-sec-head__en {
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}


/* PC */
@media screen and (min-width: 768px) {  
  .c-sec-head {
    margin-bottom: 45px;
  }  
}

/* SP */
@media screen and (max-width: 767px) {  
  .c-sec-head {
    margin-bottom: 100px;
  }
}

/* ==========================================================================
   about
   ========================================================================== */
:root {
  --color-sky: #5694EF;        /* 会社データ カード・見出し */
  --color-navy: #1E56AE;       /* 数字で見る カード・見出し */
  --color-pink: #D92B8B;       /* アンケート カード・見出し */
  --color-text: #333333;
  --gold-grad: linear-gradient(
      90deg,
      #c48e30 0%,
      #e8b546 12%,
      #f6cb67 24%,
      #f4d392 35%,
      #d7a957 50%,
      #c48e30 64%,
      #e3b042 76%,
      #f4d392 88%,
      #c48e30 100%
    );
  --content-max: 1080px;
  --card-radius: 22px;
  --line-dashed: rgba(255, 255, 255, 0.45);
}

/* --- main --- */

.p-about-hero__about-word {
  font-family: var(--font-en);
  font-size: 130px;
  font-weight: 500;
  line-height: 1;
  white-space: pre;
  color: #f2f2f2;
}
.p-about-hero {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.p-about-hero__marquee {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  font-family: var(--font-en);
}
.p-about-hero__company-word {
  font-family: var(--font-en);
  font-size: 130px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #f2f2f2;
}
.p-about-hero__label {
  text-align: right;
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}
.p-about-hero__title {
  font-family: "ta-koigokoro", sans-serif;
  font-size: 42px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  color: var(--color-text);
  margin-left: 7vw;
}
.p-about-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 7vw;
  margin-top: 20px;
  font-size: 14px;
  color: var(--color-text);
}
.p-about-hero__breadcrumb::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(45deg, #596ef2, #1e56ae);
}
.p-about-hero__breadcrumb a {
  color: inherit;
}
.p-about-hero__gallery {
  position: relative;
  width: calc(100% - 116px);
  margin: 82px auto 0;
}
.p-about-hero__gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.p-about-hero__lead {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  max-width: 720px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
	width: 62%;
}
.p-about-hero__anchors {
  position: absolute;
  right: 3%;
  top: 30px;
  z-index: 3;
  width: 83%;
}

.infinite-scroll__wrap--about {
  /* recruit(1765px/12s ≒ 147px/s)と同じ速度になる長さ */
  animation: infinite-scroll-left 26.5s linear infinite;
}

.infinite-scroll__track--about {
  gap: 0.35em;
  padding-right: 0.35em;
}

.hero-sub-deco02 {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: 37.3%;
  aspect-ratio: 484/123;
  z-index: 1;
}

.anchor-list__list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 26px;
}
.anchor-list__list li {
  width: 33.333%;
}

.anchor-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text);
}
.anchor-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
/*  background: url(../images/company/d-arrow-bg.png) no-repeat center/contain;*/
  background: url("../../assets/images/company/d-arrow-bg.png") no-repeat center/contain;
}
.anchor-list__item:hover {
  color: var(--color-main);
}


.p-about-message {
  position: relative;
  margin-inline: auto;
  padding-block: 50px 80px;
  min-height: 780px;
}
.p-about-message::before {
  content: "";
  position: absolute;
  bottom: 4%;
  left: -2%;
  width: 12%;
  aspect-ratio: 157/259;
  background-image: url(../images/company/company-message-deco01.png);
  background-size: contain;
  z-index: -1;
}
.p-about-message::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  aspect-ratio: 1366/450;
  background-image: url(../images/company/company-bg-d.png);
  background-size: contain;
  z-index: -2;
}
.p-about-message__title {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-family: var(--font-en);
  font-size: 96px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--color-text);
}
.p-about-message__title-accent {
  color: #1e56ae;
}
.p-about-message__text {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.p-about-message__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  width: 59.5%;
  aspect-ratio: 333/333;
  background-image: url(../images/company/company-message-deco02.png);
  background-size: contain;
  z-index: -1;
}
.p-about-message__catch {
  margin-top: 40px;
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.7;
}
.p-about-message__catch span {
  color: #1e56ae;
}
.p-about-message__body {
  margin-top: 32px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
}
.p-about-message__body p + p {
  margin-top: 1.6em;
}
.p-about-message__sign {
  margin-top: 28px;
  text-align: right;
  max-width: 560px;
}
.p-about-message__sign-role {
  display: block;
  font-size: 14px;
}
.p-about-message__sign-name {
  display: block;
  line-height: 1.2;
  font-size: 21px;
  letter-spacing: 0em;
  color: #1e56ae;
}
.p-about-message__photo {
  position: absolute;
  right: -9%;
  top: 60px;
  z-index: 1;
  width: 53.9%;
}
.p-about-message__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-about-message__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-about-message__deco--circle {
  left: -40px;
  bottom: 40px;
  width: 240px;
}
.p-about-message__deco--dots {
  right: 44%;
  bottom: 90px;
  width: 200px;
}

@media screen and (max-width: 1366px) {
  .p-about-message__photo {
    right: 0%;
    margin-right: calc(50% - 50vw);
  }
}

.mvv {
  position: relative;
  background: #f3f5f7;
  border-radius: 80px 0 80px 0;
  padding-block: 60px 110px;
}
.mvv__header {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #1e56ae;
}
.mvv__text {
  padding-bottom: 22px;
  border-bottom: 1px dashed #c9ced4;
  font-size: 16px;
  line-height: 1.9;
}
.mvv__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}
.mvv__list-content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid #1e56ae;
  border-radius: 8px;
  color: #1e56ae;
  line-height: 1.4;
  text-align: center;
}
.mvv__list-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.mvv .p-about__inner {
  position: relative;
}
.mvv__person {
  position: absolute;
  right: -12%;
  bottom: -30%;
  width: 13.8%;
  max-width: 147px;
  aspect-ratio: 147/323;
  background: url(../images/company/company-mvv-deco01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}

.mvv-h01 {
  margin-top: 44px;
}


.profile {
  position: relative;
  padding-block: 100px;
}
.profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/932;
  background-image: url(../images/company/company-bg-u_pc.png);
  background-size: contain;
  z-index: -1;
}
.profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/450;
  background-image: url(../images/company/company-bg-d.png);
  background-size: contain;
  z-index: -1;
}
.profile__desc {
  margin-left: var(--inset-std);
  margin-right: var(--inset-std);
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.9;
}
.profile__overview {
  position: relative;
  display: flex;
  gap: 60px;
  margin-left: var(--inset-std);
  margin-right: var(--inset-wide);
  margin-top: 40px;
}
.profile__person {
  position: absolute;
  left: -17.3%;
  bottom: -30%;
  width: 24.2%;
  aspect-ratio: 282/330;
  background: url(../images/company/company-profile-deco01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}
.profile__col {
  flex: 1;
  min-width: 0;
}
.profile__overview_item {
  margin: 0;
  padding-bottom: 18px;
  margin-top: 26px;
  border-bottom: 1px dashed #c9ced4;
}
.profile__overview_item:first-child {
  margin-top: 0;
}
.profile__overview_name {
  font-weight: 700;
  color: #1e56ae;
  font-size: 16px;
}
.profile__overview_desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}


.history {
  position: relative;
  padding-block: 100px;
  background-color: #f3f5f7;
  border-radius: 80px 0 80px 0;
}
.history__list {
  position: relative;
  margin-top: 40px;
}
.history__person {
  position: absolute;
  bottom: 4%;
  right: -11.7%;
  width: 21.7%;
  max-width: 234px;
  aspect-ratio: 234/331;
  background: url(../images/company/company-history-deco01.png) no-repeat center/contain;
  pointer-events: none;
  list-style: none;
}
.history__item {
  border-bottom: 1px dotted #ccc;
  display: flex;
  gap: 40px;
  padding: 12px;
}
.history__item_year {
  width: 15%;
  color: var(--color-main);
}


.facility {
  position: relative;
  padding-block: 60px 100px;
}
.facility::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/932;
  background-image: url(../images/company/company-bg-u_pc.png);
  background-size: contain;
  z-index: -1;
}
.facility .service__items {
  max-width: 1366px;
  margin: 40px auto 0;
  min-height: 0;
}
.facility .service-item__button {
  padding-inline: var(--inset-std);
}
.facility .service-item__icon {
  width: 40px;
  height: 40px;
}
.facility__content-inner {
  display: flex;
  align-items: end;
  gap: 32px;
  margin-top: 30px;
  padding: 4px var(--inset-std) 32px;
}
.facility__img {
  flex: 0 0 40%;
}
.facility__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.facility__desc {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.facility__desc_item01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.facility__desc_item01_address {
  flex: 1;
  min-width: 0;
}
.facility__desc_item01_address span {
  display: block;
  line-height: 1.9;
}
.facility__desc_item01_address a {
  color: inherit;
  text-decoration: none;
}
.facility__map {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 12px 14px 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #fff;
}
.facility__map::after {
  content: "";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background-image: url(../images/company/arrow-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3px;
}
.facility__map:hover {
  opacity: 0.9;
}
.facility__desc_item02 {
  margin-top: 40px;
  padding: 20px 24px;
  background: #5694ef;
  border-radius: 12px;
}
.facility__servise_content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.facility__servise_content + .facility__servise_content {
  margin-top: 14px;
}
.facility__servise_content_title {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 14px;
  color: #fff;
  width: 16%;
  aspect-ratio: 70/20;
  text-align: center;
}
.facility__servise_content_desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}


/* about main */

@media (max-width: 767px) {
  .p-about {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    --gutter: calc(30 / 6.4 * 1vw);
  }
  .p-about__inner,
  .p-about__inner--wide {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  
  .p-about-hero {
    padding-top: calc(20 / 6.4 * 1vw);
    padding-bottom: calc(50 / 6.4 * 1vw);
  }
  .p-about-hero__marquee {
    top: calc(60 / 6.4 * 1vw);
  }
  .p-about-hero__company-word {
    font-size: calc(150 / 6.4 * 1vw);
  }
  .p-about-hero__label {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    margin-right: 18px;
  }
  .p-about-hero__title {
    font-size: clamp(24px, calc(42 / 6.4 * 1vw), 42px);
    margin-left: 2.5rem;
  }
  .p-about-hero__breadcrumb {
    display: none;
  }
  .p-about-hero__gallery {
    position: relative;
    width: calc(100% - 36px);
    margin: 95px auto 0;
  }
  .p-about-hero__lead {
    position: static;
    max-width: none;
    margin-top: calc(30 / 6.4 * 1vw);
    color: var(--color-text);
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    text-shadow: none;
	  width: auto;
  }
  .p-about-hero__anchors {
    position: static;
    width: auto;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-top: calc(24 / 6.4 * 1vw);
  }
  .hero-sub-deco02 {
    position: relative;
    bottom: auto;
    width: calc(100% - 36px);
    margin: 0 auto;
  }
  .hero-sub-deco02 img {
    display: none;
  }
  .anchor-list__list {
    display: block;
  }
  .anchor-list__list li {
    width: 100%;
  }
  .anchor-list__item {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding-block: calc(22 / 6.4 * 1vw);
    border-bottom: 1px dotted #ccc;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    white-space: normal;
  }
  .anchor-list__item::before {
    width: calc(56 / 6.4 * 1vw);
    height: calc(56 / 6.4 * 1vw);
  }
  
  .p-about-message .inner__frame {
    display: flex;
    flex-direction: column;
    max-width: none;
    min-height: 0;
    padding-block: calc(40 / 6.4 * 1vw) calc(60 / 6.4 * 1vw);
  }
  .p-about-message::before {
    bottom: 1%;
    left: 0%;
    width: 27.7%;
    z-index: -1;
  }
  .p-about-message__title {
    order: 1;
    position: relative;
    top: 38px;
    margin-top: auto;
    font-size: clamp(48px, calc(96 / 6.4 * 1vw), 96px);
  }
  .p-about-message__title-accent {
    display: block;
  }
  .p-about-message__photo {
    order: 2;
    position: relative;
    width: auto;
    top: 0;
    margin-left: 0;
  }
  .p-about-message__text {
    order: 3;
    margin-left: 0;
    max-width: none;
    margin-top: calc(30 / 6.4 * 1vw);
  }
  .p-about-message__catch {
    margin-top: 0;
    font-size: clamp(20px, calc(30 / 6.4 * 1vw), 30px);
  }
  .p-about-message__body {
    max-width: none;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    margin-top: 16px;
  }
  .p-about-message__sign {
    max-width: none;
  }
  .p-about-message__deco--circle {
    width: calc(180 / 6.4 * 1vw);
    left: calc(-20 / 6.4 * 1vw);
    bottom: calc(20 / 6.4 * 1vw);
  }
  .p-about-message__deco--dots {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {    
  .p-about-hero__title {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1120px) {
  .about-section__inner {
    padding: 0;
  }
}

.about-section {
  position: relative;
}
.about-section--figures,
.about-section--survey {
  margin-top: 148px;
}

/* --- section title / lead --- */
.about-section__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.about-section__title--sky { color: var(--color-sky); }
.about-section__title--navy { color: var(--color-navy); }
.about-section__title--pink { color: var(--color-pink); }
.about-section__lead {
  font-size: 16px;
  line-height: 1.4;
}

/* --- カードグリッド --- */
.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 15px;
  margin-top: 53px;
}

/* --- about-card base --- */
.about-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--card-radius);
  color: #fff;
}
.about-card--sky { background: var(--color-sky); }
.about-card--navy { background: var(--color-navy); }
.about-card--pink { background: var(--color-pink); }
.about-card__heading {
  flex-shrink: 0;
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 13px 16px 8px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.about-card__heading--gold {
  background: var(--gold-grad);
  border-bottom: none;
}

/* グラフ・アイコンエリア */
.about-card__media {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
}
.about-card__media img {
  width: 190px;
  height: 168px;
}
.about-card__media--pink {
  padding: 30px 10px 34px;
}
/* アイコンカードはデザイン準拠でメディア部の高さを248pxに統一 (ヘッダー下端〜破線) */
.about-card__media--icon {
  flex: 0 0 auto;
  height: 248px;
  padding: 20px 10px;
}

/* サイト共通CSSの img { display: block } 対策: text-align: center が効かない画像を中央寄せ */
.about-sales__ribbon img,
.about-sales__icon img,
.about-age__chart img,
.about-card__badge img,
.about-rank__medal img {
  margin-inline: auto;
}

/* 円グラフ + テキストラベル */
.about-donut {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0 58px;
}
.about-card:nth-child(5) .about-card__media{
  padding-top: 60px;
}
.about-donut img {
  width: 220px;
  height: auto;
}
.about-donut__label {
  position: absolute;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.about-donut__label small {
  margin-left: 2px;
  font-size: 24px;
  font-weight: 700;
}
.about-donut__name {
  display: block;
  margin:0 1.5em -6px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.about-donut__label--tl {
  top: 0;
  left: 10px;
}
.about-donut__label--tr {
  top: 0;
  right: 10px;
}
.about-donut__label--tc {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.about-donut__label--bl {
  bottom: 0;
  left: 10px;
}
.about-donut__label--br {
  bottom: 0;
  right: 10px;
}

/* 数値エリア */
.about-card__stat {
  flex-shrink: 0;
  margin: 0 12px;
  padding: 20px 0 4px;
  border-top: 1px dashed var(--line-dashed);
  text-align: center;
}
.about-card__badge {
  margin: -40px 0 -17px 0;
}
.about-card__badge img {
  width: auto;
  max-width: 70%;
}
.about-card__number {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.about-card__number span:not(.js-countup) {
  margin-left: 4px;
  font-size: 38px;
}

/* 説明文 */
.about-card__desc {
  flex-shrink: 0;
  padding: 14px 22px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  text-align: left;
}
.about-card__desc--line {
  margin: 0 12px;
  padding: 22px 10px 16px;
  border-top: 1px dashed var(--line-dashed);
}

/* 会社データ: 点線区切りの縦位置を段内で揃える(subgrid) */
@supports (grid-template-rows: subgrid) {
  .about-cards--company > .about-card:has(.about-card__desc--line) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0; /* 親の row-gap(23px)がカード内部に入らないよう打ち消す */
  }
}

/* --- 会社データ --- */

/* 売上データ (全幅) */
.about-card--sales {
  grid-column: 1 / -1;
}
.about-sales {
  display: grid;
  grid-template-columns: 368px 1fr;
  align-items: center;
  padding: 28px 34px 20px;
}
.about-sales__left {
  padding-right: 30px;
  border-right: 1px dashed var(--line-dashed);
  text-align: center;
}
.about-sales__ribbon{
  margin-top: 20px;
}
.about-sales__ribbon img {
  width: 245px;
}
.about-sales__caption{
  font-size: 14px;
  margin-top: -20px;
}
.about-sales__highlight {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 14px;
}
.about-sales__icon {
  margin-bottom: 5px;
}
.about-sales__icon img {
  width: 130px;
}
.about-sales__catch {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
.about-sales__pre {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-right: 4px;
}
.about-sales__year {
  font-size: 17px;
  font-weight: 600;
}
.about-sales__year span{
  font-size: 9px;
}
.about-sales__label {
  font-size: 28px;
  font-weight: 700;
}
.about-sales__figure {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: flex-end;
  white-space: nowrap;
}
.about-sales__number {
  font-size: 85px;
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  top: 0.8rem;
}
.about-sales__unit {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 7px;
}
.about-sales__break {
  align-self: flex-end;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
.about-sales__note {
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
}
.about-sales__chart {
  padding-left: 30px;
}
.about-card--sales .about-card__desc--line {
  margin: 0 34px;
  padding: 5px 0 50px;
  border-top: none;
}

/* 年代別構成比率 (2カラム分) */
.about-card--age {
  grid-column: span 2;
}
.about-age {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 24px 32px 24px 57px;
}
.about-age__chart {
  text-align: center;
}
.about-age__chart img {
  width: 220px;
}
.about-age__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.about-age__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 14px;
}
.about-age__list li {
  text-align: center;
}
.about-age__chip {
  display: block;
  padding: 8px 5px 6px 5px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.about-age__number {
  display: block;
  margin-top: 6px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
.about-age__number small {
  margin-left: 3px;
  font-size: 23px;
}

/* 社員写真 */
.about-cards--company {
  position: relative;
}
.about-person{
  position: absolute;
  pointer-events: none;
}
.about-person:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about-person--company01{
  width: 265px;
  height: 274px;
  right: -10px;
  bottom: 275px;
}
.about-person--company01:before{
  background-image: url("../images/about/company-person01.png");
}
.about-person--company02{
  width: 220px;
  height: 300px;
  left: 64%;
  bottom: -25px;
}
.about-person--company02:before{
  background-image: url("../images/about/company-person02.png");
}

/* 右端の円装飾 */
.about-section--company {
  position: relative;
}
.about-section--company:before {
  width: 440px;
  height: 466px;
  content: "";
  background: url("../images/about/company-bg.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right:calc( 50% - 50vw );
  bottom: 45px;
}

/* もっと見るボタン (SPのみ表示) */
.about-toggle {
  display: none;
}

/* --- アンケート --- */

.about-section--survey{
  position: relative;
}
.about-person--survey{
  width: 165px;
  height: 238px;
  left: -127px;
  bottom: -119px;
  z-index: 5;
}
.about-person--survey:before{
  background-image: url("../images/about/survey-person.png");
}

/* 順位フォーマット1 (メダル3カラム) */
.about-card--rank {
  grid-column: 1 / -1;
}
.about-rank {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px 0 40px;
}
.about-rank__col {
  padding: 0 30px;
}
.about-rank__col + .about-rank__col {
  border-left: 1px dashed var(--line-dashed);
}
.about-rank__medal {
  text-align: center;
}
.about-rank__medal img {
  width: 110px;
}
.about-rank__list {
  margin-top: 14px;
}
.about-rank__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.about-rank__list li:first-child {
  height: 50px;
}
.about-rank__list li + li {
  border-top: 1px dashed var(--line-dashed);
}
.about-card--rank-last {
  position: relative;
}
.about-card__photo-deco {
  position: absolute;
  left: -135px;
  bottom: -17px;
  width: 135px;
  max-width: none;
}

/* 順位フォーマット2 (メダルリスト) */
.about-ranklist {
  padding: 14px 0 15px;
}
.about-ranklist li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 5px 18px 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.about-ranklist li:first-child {
  padding-top: 8px;
}
.about-ranklist li + li {
  border-top: 1px dashed var(--line-dashed);
}
.about-ranklist img {
  flex-shrink: 0;
  width: 48px;
}
.about-donut__label,
.about-age__number,
.about-sales__number,
.about-card__number{
  font-family: "Source Sans 3", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.05em;
}
.about-donut__name,
.about-donut__label small,
.about-age__number small,
.about-card__number span:not(.js-countup){
  font-family: var(--font-ja);
  letter-spacing: 0;
}

/* --- タブレット (768〜1023px): 幅が足りないカード内レイアウトを縦積みに --- */
@media (min-width: 768px) and (max-width: 1023px) {
  .about-sales {
    grid-template-columns: 300px 1fr;
  }
  .about-age {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  .about-age__list {
    width: 100%;
    max-width: 420px;
  }
}

/* SP */
@media (max-width: 767px) {

  .about {
    padding: 48px 0 80px;
  }
  .about-section--figures,
  .about-section--survey {
    margin-top: 56px;
  }
  .about-person--survey{
    width: 83px;
    height: 119px;
    left: -27px;
    bottom: -49px;
  }
  .about-section__title {
    font-size: 24px;
  }
  .about-section__lead {
    font-size: 14px;
    line-height: 1.9;
  }
  .about-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  .about-card__media {
    padding: 52px 24px;
  }
  .about-card:nth-child(5) .about-card__media {
    padding-top: 22.5vw;
  }
  .about-card__heading {
    min-height: 75px;
    font-size: 24px;
  }
  .about-card__number {
    font-size: 80px;
  }
  .about-card__number span:not(.js-countup) {
    font-size: 28px;
  }
  .about-card__desc {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-card__media--icon {
    height: 300px;
  }
  .about-card__badge {
    margin: -50px 0 15px 0;
  }
  .about-card__badge img {
    width: auto;
    max-width: 60%;
  }
  .about-donut {
    padding: 0;
  }
  /* 375pxデザイン基準の可変サイズ(px ÷ 375 × 100vw) */
  .about-donut img {
    width: 52vw; /* 195px */
  }
  .about-donut__label {
    font-size: 9.8vw; /* 37px */
  }
  .about-donut__label.about-donut__label--tc{
    top: -14.5vw; /* -54px */
  }
  .about-donut__label small {
    font-size: 4.2vw; /* 16px */
  }
  .about-donut__name {
    font-size: 2.7vw; /* 10px */
  }
  .about-donut__label--tl,
  .about-donut__label--bl {
    left: 2.1vw; /* 8px */
  }
  .about-donut__label--tr,
  .about-donut__label--br {
    right: 2.1vw; /* 8px */
  }

  /* --- 会社データ: 初期3件表示 --- */
  .about-cards--company.is-collapsed > .about-card:nth-child(n+4) {
    display: none;
  }
  /* --- 数字で見る / アンケート: 初期3件表示 --- */
  .about-cards--figures.is-collapsed > .about-card:nth-child(n+4),
  .about-cards--survey.is-collapsed > .about-card:nth-child(n+4) {
    display: none;
  }
  .about-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    padding: 26px 5px 24px 5px;
    margin: 50px auto 0;
    border-radius: 6px;
    background: var(--color-navy);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
  }
  .about-toggle.is-open {
    background: var(--color-sky);
  }
  .about-toggle__icon {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
  }
  .about-toggle__icon::before,
  .about-toggle__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--color-navy);
    transform: translate(-50%, -50%);
  }
  .about-toggle__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .about-toggle.is-open .about-toggle__icon::before {
    background: var(--color-sky);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .about-toggle.is-open .about-toggle__icon::after {
    background: var(--color-sky);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* 社員写真 */
  .about-person--company01{
    width: 132px;
    height: 137px;
    right: -50px;
    bottom: 105px;
  }
  .about-person--company02{
    width: 110px;
    height: 150px;
    left: auto;
    right: -10px;
    bottom: -80px;
  }

  /* 右端の円装飾 */
  .about-section--company {
    position: relative;
  }
  .about-section--company:before {
    width: 440px;
    height: 466px;
    content: "";
    background: url("../images/about/company-bg.svg") center center no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    right:-18px;
    bottom: 45px;
  }
  
  /* --- 売上データ --- */
  .about-sales {
    grid-template-columns: 1fr;
    padding: 24px 18px 16px;
  }
  .about-sales__left {
    padding-right: 0;
    border-right: none;
  }
  .about-sales__ribbon img {
    width: 321px;
  }
  .about-sales__highlight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: clamp(13px, 4.267vw, 22px);
    gap: 0 8%;
    margin: 1.125em 0 1.1em 0;
  }
  .about-sales__icon {
    width: 35%;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .about-sales__icon img {
    width: 100%;
  }
  .about-sales__catch {
    width: 48%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    white-space: normal;
  }
  .about-sales__pre {
    flex-direction: row;
    align-items: baseline;
    gap: 0.375em;
    margin-right: 0;
  }
  .about-sales__year{
    font-size: 1.4em;
  }
  .about-sales__year span{
    font-size: 0.6em;
  }
  .about-sales__label {
    font-size: 1.8em;
  }
  .about-sales__figure {
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: -0.7em 0;
  }
  .about-sales__number {
    font-size: 5em;
    white-space: nowrap;
    letter-spacing: -.09em;
    top: 0;
  }
  .about-sales__unit {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.48em;
    line-height: 1;
    margin-left: 0.3em;
    padding: 0;
  }
  .about-sales__break {
    align-self: stretch;
    display: flex;
    justify-content: center;
    gap:0 0.4em;
    font-size: 3.4em;
    letter-spacing: 0.04em;
    margin: 0 0.1em;
  }
  .about-sales__note {
    font-size: 18px;
  }
  .about-sales__chart {
    margin-top: 20px;
    padding-left: 0;
  }
  .about-card--sales .about-card__desc--line {
    margin: 0 18px;    
  }
  .about-card__desc--line {
    padding: 35px 10px 35px;
  }

  /* --- 年代別構成比率 --- */
  .about-card--age {
    grid-column: auto;
  }
  .about-age {
    grid-template-columns: 1fr;
    gap: 35px 24px;
    padding: 24px 18px;
  }
  .about-age__chart img {
    width: 53.3vw; /* 200px */
  }
  .about-age__list {
    gap: 20px;
  }
  .about-age__chip {
    padding: 15px 5px 12px 5px;
    font-size: 18px;
  }
  .about-age__number {
    margin-top: 10px;
    font-size: 10.8vw; /* 48px */
  }
  .about-age__number small {
    font-size: 5.3vw; /* 20px */
  }

  /* --- 写真・装飾はSP非表示 --- */
  .about-cards__photo,
  .about-section__deco,
  .about-card__photo-deco {
    display: none;
  }

  /* --- 順位フォーマット1: メダル左・回答右 --- */
  .about-card--rank {
    grid-column: auto;
  }
  .about-rank {
    grid-template-columns: 1fr;
    padding: 6px 18px 10px;
  }
  .about-rank__col {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    gap: 16px;
    padding: 0;
  }
  .about-rank__col + .about-rank__col {
    border-left: none;
    border-top: 1px dashed var(--line-dashed);
  }
  .about-rank__medal img {
    width: 84px;
  }
  .about-rank__list {
    margin-top: 0;
  }
  .about-rank__list li {
    justify-content: flex-start;
    min-height: 0;
    padding: 12px 0;
    font-size: 18px;
    text-align: left;
  }
  .about-rank__list li:first-child {
    height: 85px;
  }

  /* --- 順位フォーマット2 --- */
  .about-ranklist {
    padding: 10px 18px 16px;
  }
  .about-ranklist li {
    gap: 16px;
    padding: 15px 0;
    font-size: 18px;
  }
  .about-ranklist img {
    width: 88px;
  }
}

/* --- item --- */
.service.-w100{
  padding-block:0;
}
.service.-about .service__bg{
  background-color: #f3f5f7;
}
.about-interview{
  background:#f3f5f7 url("../images/about/bg02.png") center top no-repeat;
  background-size: 100% auto;
  position: relative;
}
.about-interview:before{
  content: "";
  background: url("../images/about/interview-bg01.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.about-interview__item{
  position: relative
}
.about-interview__image{
  position: relative;
}
.about-interview__image:before{
  background-image: url("../images/about/intervie-bg02.svg");
}
.about-interview__image:after{
  background-image: url("../images/about/intervie-bg04.svg");
}
.about-interview__image:before,
.about-interview__image:after,
.about-interview__texts:after{
  content: "";
  display: block;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}
.about-interview__image img{
  width: 100%;
}
.about-interview__text01{
  width: fit-content;
  color: #1e56ae;
  border: 1px #1e56ae solid;
  letter-spacing: -.04em;
}
.about-interview__text02{
  font-weight: bold;
  letter-spacing: .08em;
}
.about-interview__text03{
  font-weight: bold;
  letter-spacing: .08em;
}
.about-interview__text03 .blue{
  color: #1e56ae;
}

/* PC */
@media screen and (min-width: 768px) {  
  .service.-w100 .service__bg{
    max-width: 100%;
  }
  .about-interview{
    padding: 90px 40px 80px 40px;
  }
  .about-interview:before{
    width: 465px;
    height: 392px;
  }
  .about-interview__inner{
    max-width: 1080px;
    margin: 0 auto;
  }
  .about-interview__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 35px;
    position: relative
  }
  .about-interview__texts{
    width: 45.5%;
    margin-top: -50px;
    position: relative;
    order: 1;
  }
  .about-interview__textsInner{
    position: relative;
    z-index: 3;
  }
  .about-interview__image{
    margin-right:calc( 50% - 50vw );
    flex: 1;
    order: 2;
  }
  .about-interview__image:before{
    width: 16px;
    height: 95px;
    left: -8px;
    top: 60px;
  }
  .about-interview__image:after{
    width: 200px;
    height: 60px;
    right: 14px;
    bottom: -36px;
  }
  .about-interview__texts:after{
    width: 333px;
    height: 333px;
    background-image: url("../images/about/intervie-bg03.svg");
    right: -150px;
    top: 120px;
    bottom: 0;
    margin: auto 0;
  }
  .about-interview__text01{
    width: fit-content;
    border-radius: 25px;
    font-size: 14px;
    padding: 3px 21px;
    margin-bottom: 15px;
  }
  .about-interview__text02{
    font-size: 24px;
    margin-bottom: 28px;
  }
  .about-interview__text02S{
    font-size: 18px;
    margin-left: 10px;
  }
  .about-interview__text03{
    font-size: 34px;
    line-height: 1.514;
  }
}

/* SP */
@media screen and (max-width: 767px) { 
  .service.-w100 .m-title01{
    background-position: 16px 0.1em;
    margin: 0 -18px 95px -18px;
    padding: 0 18px;
    padding: 0 18px 15px 38px
  }
  .about-interview{
    padding: 60px 18px 50px 18px;
  }
  .about-interview:before{
    width: 350px;
    height: 295px;
  }
  .about-interview__image{
    margin:0 -18px 40px 0;
  }
  .about-interview__image:before{
    width: 16px;
    height: 95px;
    left: -8px;
    bottom: 20px;
  }
  .about-interview__image:after{
    width: 200px;
    height: 60px;
    right: 16px;
    top: -30px;
  }
  .about-interview__text01{
    width: fit-content;
    border-radius: 25px;
    font-size: 18px;
    font-size: 15px;
    padding: 3px 21px;
    margin-bottom: 15px;
  }
  .about-interview__text02{
    font-size: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-interview__text02S{
    font-size: 18px;
    font-size: 15px;
    margin-left: 10px;
  }
  .about-interview__text03{
    font-size: 34px;
    font-size: 20px;
    line-height: 1.514;
  }
}

/* --- Member Inrweview --- */
.about-member {
  background: url("../images/about/memmber-bg.png") left bottom no-repeat;
  background-color: #333;
}
.about-member__title {
  color: var(--color-white);
  line-height: 1;
  font-weight: bold;
  letter-spacing: -.02em;
  text-align: center;
}
.about-member__title .pink{
  color: #d92b8b;
}
.about-member__items {
  overflow-x: scroll;
  overflow-x: auto;
  overflow-y: hidden;
}
.about-member__items::-webkit-scrollbar-track{
  background: #fff;
  border-radius: 999px;
}
.about-member__items::-webkit-scrollbar-thumb{
  background: #d81b87;
  border-radius: 999px;
  cursor: pointer;
}
.about-member__itemsInner {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.about-member__link {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.about-member__image img {
  width: 100%;
}
.about-member__body {
  position: absolute;
}
.about-member__copy {
  font-weight: 700;
  color: var(--color-white);
}
.about-member__position {
  display: block;
  color: var(--color-white);
}
.about-member__name {
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--color-white);
}

/* PC */
@media screen and (min-width: 768px) {
  .about-member {
    background-size: 465px auto;
    padding: 80px 40px 145px 40px;
  }
  .about-member__title {
    font-size: 120px;
    margin-bottom: 15px;
  }
  .about-member__items {
    padding-bottom: 30px;
  }
  .about-member__items::-webkit-scrollbar{
    height: 15px;
  }
  .about-member__itemsInner {
    margin: 0 auto;
    gap:0 20px;
  }
  .about-member__item {
    width: 330px;
  }
  .about-member__link {
    border-radius: 16px;
  }
  .about-member__body {
    left: 13px;
    bottom: 40px;
  }
  .about-member__copy {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.475;
  }
  .about-member__position {
    margin-bottom: 2px; 
    font-size: 14px;
  }
  .about-member__name {
    font-size: 24px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .about-member {
    background-size: 338px auto;
    padding: 50px 18px 115px 18px;
  }
  .about-member__title {
    font-size: clamp(60px,11vw,100px);
    margin-bottom: 15px;
  }
  .about-member__title .pink{
    display: block;
  }
  .about-member__items {
    padding-bottom: 50px;
  }
  .about-member__items::-webkit-scrollbar{
    height: 15px;
  }
  .about-member__itemsInner {
    margin: 0 auto;
    gap:0 20px;
  }
  .about-member__item {
    width: 300px;
  }
  .about-member__body {
    left: 18px;
    bottom: 35px;
  }
  .about-member__copy {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.475;
  }
  .about-member__position {
    margin-bottom: 2px; 
    font-size: 18px;
  }
  .about-member__name {
    font-size: 24px;
  }
}
/* --- item --- */
/* PC */
@media screen and (min-width: 768px) {
}

/* SP */
@media screen and (max-width: 767px) {
}
/* ============================== Member Interview 切り替えフェード ============================== */
#interview .about-interview,
#interview .service__bg {
  transition: opacity .4s ease;
}
#interview.is-switching .about-interview,
#interview.is-switching .service__bg {
  opacity: 0;
}
