@charset "UTF-8";
.about-top .inner {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  .about-top .inner {
    padding-top: 40px;
  }
}

.about-top__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 1440px) {
  .about-top__box {
    max-width: 77.7777777778vw;
    margin: auto;
    gap: 3.75vw;
  }
}
@media screen and (max-width: 960px) {
  .about-top__box {
    max-width: 100%;
    gap: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-top__img {
  margin-left: -120px;
  max-width: 680px;
}
@media screen and (max-width: 1440px) {
  .about-top__img {
    margin-left: -8.3333333333vw;
    max-width: 47.2222222222vw;
  }
}
@media screen and (max-width: 960px) {
  .about-top__img {
    margin-left: 0;
    max-width: 100%;
  }
}

.about-top__content {
  max-width: 506px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .about-top__content {
    max-width: 35.1388888889vw;
  }
}
@media screen and (max-width: 960px) {
  .about-top__content {
    max-width: 100%;
  }
}
.about-top__content::before {
  background: url("../img/about/about-top-bg.png") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 729px;
  height: 701px;
  top: -262px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .about-top__content::before {
    width: 50.625vw;
    height: 48.6805555556vw;
    top: -18.1944444444vw;
    left: -2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .about-top__content::before {
    width: 340px;
    height: 328px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-top__catch {
  margin-top: -54px;
  font-weight: 700;
  font-size: 40px;
  line-height: 200%;
}
@media screen and (max-width: 1440px) {
  .about-top__catch {
    margin-top: -3.75vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 960px) {
  .about-top__catch {
    margin: 0 auto 0 0;
    font-size: 24px;
    max-width: 290px;
  }
}

.about-top__scroll-container {
  width: 100vw;
}

/* スクロールするアイテムのラッパー */
.about-top__scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scrollX 50s linear infinite;
          animation: scrollX 50s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .about-top__scroll-wrapper {
    -webkit-animation: scrollX 100s linear infinite;
            animation: scrollX 100s linear infinite;
  }
}

/* 右から左へのスクロールアニメーション */
@-webkit-keyframes scrollX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 画像1つ分の幅だけ移動 */
  }
}
@keyframes scrollX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 画像1つ分の幅だけ移動 */
  }
}
@media screen and (max-width: 960px) {
  .number {
    margin-top: 13px;
  }
}

.number__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 40px;
}
@media screen and (max-width: 960px) {
  .number__list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.number__item {
  padding: 35px 24px 24px;
  border-radius: 10px;
  font-weight: bold;
  background: #FFF3E8;
}
@media screen and (max-width: 960px) {
  .number__item {
    padding: 24px 11px;
  }
}
.number__item:nth-child(1) .number__box {
  margin-top: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.number__item:nth-child(1) .number__box span {
  font-family: "Inter", serif;
  color: #F58217;
  font-size: 160px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(1) .number__box span {
    font-size: 100px;
  }
}
.number__item:nth-child(1) .number__box .ja {
  display: block;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(1) .number__box .ja {
    font-size: 20px;
  }
}
.number__item:nth-child(1) .number__manwoman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.number__item:nth-child(3) .number__img {
  margin: 16px auto 0;
  max-width: 328px;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(3) .number__img {
    max-width: 210px;
  }
}
.number__item:nth-child(4) .number__box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(4) .number__box {
    gap: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(4) .number__img {
    max-width: 170px;
  }
}
.number__item:nth-child(5) .number__box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(5) .number__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 34px;
  }
}
.number__item:nth-child(5) .number__box .number__content {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(5) .number__box .number__img {
    width: 100%;
    max-width: 170px;
  }
}
.number__item:nth-child(6) .number__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .number__item:nth-child(6) .number__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.number__item:nth-child(6) .number__box .number__content {
  text-align: center;
  font-size: 24px;
}
.number__item:nth-child(6) .number__box .number__img {
  max-width: 120px;
}

.number__title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .number__title {
    font-size: 20px;
  }
}

.number__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.graph-container {
  padding-top: 8px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .graph-container {
    padding-top: 0;
  }
}

.graph__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
}
.graph__row:last-child {
  padding-bottom: 0;
}

.graph__label {
  width: 60px;
  font-weight: bold;
  padding-right: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.graph__label::after {
  background: #F58217;
  content: "";
  position: absolute;
  height: 100vh;
  width: 2px;
  right: 0;
  top: -10px;
}

.graph__bar-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 32px;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.graph__bar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  -webkit-transition: width 1.5s ease-out;
  transition: width 1.5s ease-out;
  margin-right: 8px;
}

/* 各バーの背景色のみ設定し、幅はJSで制御 */
.graph__bar--10 {
  background: #FFDEBF;
}

.graph__bar--20 {
  background: #FFDEBF;
}

.graph__bar--30 {
  background: #FFB774;
}

.graph__bar--40 {
  background: #F58217;
}

.graph__bar--50 {
  background: #F58217;
}

.graph__bar--60 {
  background: #FFB774;
}

/* 既存のスタイルに追加 */
.graph__bar--serious {
  background: #F58217;
}

.graph__bar--friendly {
  background: #F58217;
}

.graph__bar--kind {
  background: #FFB774;
}

.graph__bar--unique {
  background: #FFB774;
}

.graph__bar--showa {
  background: #FFB774;
}

.graph__bar--quiet {
  background: #FFB774;
}

.graph__bar--other {
  background: #FFB774;
}

.number__attention {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.marriage-ratio__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.marriage-ratio__label {
  color: var(--black, #242424);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .marriage-ratio__label {
    font-size: 18px;
  }
}

.marriage-ratio__count {
  color: var(--Orange, #F58217);
  font-family: "Inter", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .marriage-ratio__count {
    font-size: 48px;
  }
}

.marriage-ratio__unit {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.marriage-ratio__percent {
  color: var(--Orange, #F58217);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .marriage-ratio__percent {
    font-size: 18px;
  }
}

.housing-ratio {
  margin: 16px 0;
}

.housing-ratio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .housing-ratio__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.housing-ratio__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.housing-ratio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.housing-ratio__icon {
  margin-bottom: 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.housing-ratio__label {
  margin-right: 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .housing-ratio__label {
    font-size: 20px;
  }
}

.housing-ratio__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.housing-ratio__count {
  color: #F58217;
  font-family: "Inter", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .housing-ratio__count {
    font-size: 48px;
  }
}

.housing-ratio__unit {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  .housing-ratio__unit {
    font-size: 20px;
  }
}

.housing-ratio__percent {
  font-size: 24px;
  color: #F58217;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .housing-ratio__percent {
    font-size: 18px;
  }
}

.holiday-activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 10px 0;
}

.holiday-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.holiday-item__icon {
  width: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.holiday-item__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  min-width: 90px;
}

.holiday-item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-width: 120px;
  font-family: "Inter", serif;
}

.holiday-item__count {
  color: #F58217;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.holiday-item__percent {
  font-size: 32px;
  font-weight: 700;
  margin-left: 2px;
}

@media screen and (min-width: 961px) {
  .about-us-listen {
    margin-top: 30px;
  }
}
.about-us-listen .section__title--jp {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 5px;
  background: #F58217;
  width: 100%;
  max-width: 776px;
  height: 82px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .about-us-listen .section__title--jp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .about-us-listen .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.about-us-listen__box {
  padding: 80px 30px 48px;
  border-radius: 10px;
  background: #FFF3E8;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .about-us-listen__box {
    padding: 24px 16px;
  }
}
.about-us-listen__box::before {
  background: url("../img/top/benefit-people.png") no-repeat center center/cover;
  content: "";
  position: absolute;
  bottom: -57px;
  right: 0px;
  width: 382px;
  height: 296px;
}
@media screen and (max-width: 960px) {
  .about-us-listen__box::before {
    content: none;
  }
}

.about-us-listen__description {
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .about-us-listen__description {
    font-size: 20px;
  }
}

.about-us-listen .graph-container {
  padding: 0;
}
.about-us-listen .graph__label {
  width: 140px;
}
@media screen and (max-width: 960px) {
  .about-us-listen .graph__label {
    width: 120px;
    text-align: right;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .common-things .section__title {
    text-align: center;
  }
  .common-things .section__title--jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .common-things .inner {
    padding-bottom: 0;
  }
}

.common-things__box {
  padding: 48px 30px;
  border-radius: 10px;
  background: #FFF3E8;
}
@media screen and (max-width: 960px) {
  .common-things__box {
    padding: 24px 16px;
  }
}

.common-things__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 16px;
}
@media screen and (max-width: 960px) {
  .common-things__list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.common-things__item {
  border-radius: 5px;
  background: #F58217;
  color: #fff;
  padding: 21px 20px;
}
@media screen and (max-width: 960px) {
  .common-things__item {
    padding: 20px 16px 16px;
  }
}
@media screen and (min-width: 961px) {
  .common-things__item:nth-child(1) {
    padding-top: 90px;
    grid-area: 1/1/3/2;
  }
  .common-things__item:nth-child(1) .common-things__title {
    padding-left: 46px;
    font-size: 40px;
  }
  .common-things__item:nth-child(1) .common-things__title::before {
    width: 38px;
    height: 31px;
  }
  .common-things__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .common-things__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .common-things__item:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .common-things__item:nth-child(5) {
    grid-area: 4/1/5/2;
  }
  .common-things__item:nth-child(6) {
    padding-top: 90px;
    grid-area: 3/2/5/3;
  }
  .common-things__item:nth-child(6) .common-things__title {
    padding-left: 46px;
    font-size: 40px;
  }
  .common-things__item:nth-child(6) .common-things__title::before {
    width: 38px;
    height: 31px;
  }
  .common-things__item:nth-child(7) {
    grid-area: 5/1/6/2;
  }
  .common-things__item:nth-child(8) {
    grid-area: 5/2/6/3;
  }
}

.common-things__title {
  padding-left: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .common-things__title {
    padding-left: 16px;
    font-size: 20px;
  }
}
.common-things__title::before {
  background: url("../img/about/common-things-icon.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 22px;
  height: 18px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .common-things__title::before {
    width: 16px;
    height: 13px;
  }
}

.common-things__text {
  margin-top: 8px;
  line-height: normal;
}

.about-us {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .about-us .section__title {
    text-align: center;
  }
  .about-us .section__title--jp {
    font-size: 20px;
  }
}

.about-us__box {
  padding: 48px 30px;
  border-radius: 10px;
  background: #FFF3E8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .about-us__box {
    padding: 24px 16px;
  }
}
.about-us__box::before {
  background: url("../img/about/about-us-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 1120px;
  height: 266px;
  top: 0px;
  right: 0px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .about-us__box::before {
    content: none;
  }
}

.about-us__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .about-us__list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.about-us__num {
  margin-top: 8px;
  color: #F58217;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.about-us__title {
  margin-top: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.about-us__text {
  margin-top: 8px;
  line-height: normal;
}

.about-us--02 {
  padding-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .about-us--02 {
    padding-bottom: 40px;
  }
}