.pageAbout .content * {
  box-sizing: border-box;
}
.content {
  padding: 0;
}
.inner1008 {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.keyv__inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.btn-cmn {
  position: relative;
  display: inline-block;
  min-width: 207px;
  padding: 2px 65px 0 35px;
  color: #FFF;
  background: #0D118B url("/kanposan/company/resource/img/icon_arrow.svg") no-repeat top 50% right 27px;
  border-radius: 42px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.3s linear;
}
.btn-cmn:hover {
  background-color: #BCBABB;
  color: #FFF;
}
.btn-cmn:visited {
  color: #FFF;
}

.keyv {
  background-color: #FFFCF0;
  overflow: hidden;
}
.keyv--wrapper {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 112px 0 12%;
  z-index: 1;
}
.keyv__content {
  width: 51.2%;
}
.keyv__content--title {
  display: inline-block;
  margin: 0 0 50px;
  padding-bottom: 15px;
  color: #00118B;
  border-bottom: 6px solid #00118B;
  width: 75%;
}
.keyv__content--title img {
  max-width: 100%;
}
.keyv__content--text {
  margin-bottom: 45px;
  color: #626262;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.8;
}
.keyv__image {
  position: absolute;
  width: 49.3%;
  bottom: -1%;
  left: -2.6%;
  z-index: -1;
}

.keyv__image figure {
  margin: 0;
}

.keyv__image figure img {
  max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.sec-about {
  padding: 152px 20px 180px;
  background-color: #E7F1F7;
}

.b-about {
  margin-bottom: 20px;
  border-radius: 40px;
  background-color: #FFF;
  overflow: hidden;
}
.b-about__population {
  margin-top: 68px;
}
.b-about--title {
  padding: 25px 20px 23px;
  margin: 0;
  background-color: rgba(60, 135, 190, 0.2);
  color: #165591;
  line-height: 1.7;
  font-size: 2.1875rem;
  text-align: center;
}
.b-about__content {
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 65px;
}
.b-about__content--title {
  width: max-content;
  margin: 0 auto 19px;
  font-size: 1.5625rem;
  color: #626262;
  line-height: 1.4;
  text-align: center;
}
.b-about__content--title span {
  font-size: 2.6875rem;
  color: #3C87BE;
}
.b-about__content--title sub {
  display: block;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-weight: normal;
}
.post {
  max-width: 605px;
  margin: 0 auto 10px;
  transform: translateX(-42px);
}
.post__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: max-content;
  position: relative;
  z-index: 1;
  padding: 0 20px 45px;
}
.post__item--1 {
  margin-left: 3%;
}
.post__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 186px;
  height: 186px;
  background-color: #FFFCF0;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.post--decor {
  display: block;
  width: 66%;
  margin: -28% 0 0 19%;
}
.post--decor img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.post__item--2 {
  margin: -33.6% -4.5% 0 auto;
}
.post__item--2::before {
  width: 178px;
  height: 178px;
  bottom: 10px;
}
.post__item--3 {
  margin-top: -5.5%;
  margin-left: 41.2%;
  padding-bottom: 40px;
}
.post__item--3::before {
  bottom: 5px;
  width: 159px;
  height: 159px;
}
.post__item figure {
  width: 46px;
  margin: 0 0 14px;
}
.post__item--2 figure {
  width: 55px;
}
.post__item--3 figure {
  width: 38px;
  margin-bottom: 10px;
}
.post__item figure img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.post__item .post__title {
  line-height: 1.4;
  font-size: 1rem;
}
.post__item--2 .post__title {
  margin-bottom: 4px;
}
.post__item--3 .post__title {
  font-size: 0.9375rem;
}
.post__item--price {
  margin-bottom: 0;
  color: #3C87BE;
  line-height: 1.1;
  font-size: 3.25rem;
  font-weight: bold;
  font-family: var(--font-Din);
}
.post__item--price sub {
  font-size: 1.625rem;
  line-height: 1.4;
}
.b-about__content--text {
  max-width: 785px;
  margin: 0 auto;
  color: #626262;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
}
.b-about__content--text.highlight {
  line-height: 1.6;
  font-size: 1.4375rem;
  text-align: center;
  margin-bottom: 40px;
}
.b-about__content--text span {
  color: #3C87BE;
  font-size: 1.875rem;
  line-height: 1.1;
}
.b-about__content--text .number {
  font-size: 3.5625rem;
  font-family: var(--font-Din);
  font-weight: bold;
}
.b-about__content--text .text {
  font-size: 1.8125rem;
}
.b-about__content--text sup  {
  font-size: 1rem;
  vertical-align: super;
}
.note-text {
  list-style: none;
  margin: 0;
}
.note-text > li {
  margin-bottom: 0;
  color: #626262;
  font-size: 0.8125rem;
  padding-left: 35px;
  text-indent: -35px;
  line-height: 1.6;
}
.b-about--highlight {
  width: max-content;
  margin: 0 auto 25px;
  padding: 14px 15px 12px;
  border-radius: 43px;
  background-color: #fff;
  color: #3C87BE;
  border: 2px solid #3C87BE;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
.b-about--highlight sup {
  color: #626262;
}
.population {
  display: flex;
  align-items: baseline;
  gap: 25px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.population--number {
  width: 183px;
  max-width: 183px;
}
.population--image {
  max-width: 373px;
}
.population--image,
.population--number {
  margin: 0;
}
.population img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.personal {
  display: block;
  max-width: 595px;
  margin: 0 auto;
  text-align: center;
}
.personal img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  .keyv__image {
    width: 44%;
    left: 0;
  }
  .keyv__content--title {
    width: 75%;
  }
  .keyv__content--text {
    font-size: 1.6rem;
  }
  .keyv__content {
    width: 55.2%;
  }
}

@media screen and (max-width: 1024px) {
  .pc-display {
    display: none;
  }
  .keyv__content--title {
    margin-bottom: 35px;
  }
  .keyv__content--text {
    margin-bottom: 28px;
    font-size: 1.2rem;
  }
  .btn-cmn {
    min-width: auto;
    padding: 7px 50px 7px 35px;
    background-size: 9px;
    font-size: 1.0625rem;
    background-position: top 50% right 16px;
  } 
}

@media screen and (max-width: 767px) {
  .pc-display {
    display: none;
  }
  .keyv--wrapper {
    flex-direction: column-reverse;
    padding:  40px 0 0;
  }
  .keyv__content {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 18px;
    text-align: center;
    box-sizing: border-box;
  }
  .keyv__content--title {
    max-width: max-content;
    width: 100%;
    margin-bottom: 23px;
    padding-bottom: 13px;
    border-width: 3px;
  }
  .keyv__content--title img {
    height: 26px;
  }
  .keyv__content--text {
    font-size: 0.875rem;
    line-height: 1.9;
    text-align: left;
  }
  .keyv__image {
    position: relative;
    width: 54%;
    margin: 0 auto;
    right: auto;
    bottom: auto;
  }
  .btn-cmn {
    padding: 5px 47px 4px 26px;
  }
  .sec-about {
    padding: 50px 20px 65px;
  }
  .b-about {
    margin-bottom: 25px;
    border-radius: 15px;
  }
  .b-about__population {
    margin-top: 70px;
  }
  .b-about--title {
    padding: 9px 20px 8px;
    font-size: 1rem;
  }
  .b-about__content {
    padding-top: 17px;
    padding-bottom: 40px;
  }
  .b-about__content--title {
    margin-bottom: 4px;
    font-size: 0.9375rem;
  }
  .b-about__content--title span {
    font-size: 1.625rem;
  }
  .b-about__content--title sub {
    font-size: 0.75rem;
    text-align: right;
  }
  .post {
    max-width: 265px;
    margin: 0 auto 24px;
    transform: unset;
  }
  .post__item::before {
    bottom: 0;
    width: 123px;
    height: 123px;
  }
  .post__item .post__title {
    margin-bottom: 5px;
    font-size: 0.6875rem;
  }
  .post__item--price {
    font-size: 2.4375rem;
  }
  .post__item figure {
    margin-bottom: 8px;
    width: 30px;
  }
  .post__item {
    padding: 0 10px 30px;
  }
  .post__item--1 {
    margin-left: 1%;
  }
  .post--decor {
    width: 100%;
    margin: -35% 0 0 1%;
  }
  .post__item--2 {
    margin: -18% 1% 0 auto;
  }
  .post__item--2 figure {
    width: 33px;
  }
  .post__item--3::before {
    width: 117px;
    height: 117px;
  }
  .post__item--3 {
    margin-top: -35%;
    margin-left: 11%;
    padding-bottom: 15px;
  }
  .post__item--3::before {
    width: 108px;
    height: 108px;
  }
  .post__item--3 figure {
    margin-bottom: 5px;
    width: 24px;
  }
  .post__item--price sub {
    font-size: 1.25rem;
  }
  .b-about__population .b-about__content {
    padding: 30px 16px 45px;
  }
  .b-about__content--text.highlight {
    margin-bottom: 20px;
    font-size: 0.9375rem;
    line-height: 1.73;
  }
  .b-about__content--text {
    line-height: 1.7;
    font-size: 0.9375rem;
  }
  .b-about__content--text span {
    font-size: 1.4375rem;
  }
  .note-text {
    padding:  0 16px;
  }
  .note-text > li {
    font-size: 0.75rem;
    padding-left: 0;
    text-indent: 0;
  }
  .b-about__content--text .number {
    font-size: 1.625rem;
  }
  .b-about__content--text .text {
    font-size: 0.9375rem;
  }
  .b-about__content--text sup {
    font-size: 0.4rem;
  }
  .b-about--highlight {
    margin-bottom: 10px;
    padding: 7px 15px 5px;
    font-size: 0.875rem;
  }
  .b-about--highlight sup {
    font-size: 0.5rem;
  }
  .population {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .population--number {
    max-width: 150px;
    width: 150px;
    margin: 0 auto -44px;
  }
  .population--image {
    max-width: 230px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 350px) {
  .b-about__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-about__content--title {
    width: auto;
    font-size: 0.78rem;
  }
  .b-about__content--title span {
    font-size: 1rem;
  }
  .b-about__content--title sub {
    font-size: 0.65rem;
  }
  .post__item {
    padding-bottom: 20px;
  }
  .post__item--price {
    font-size: 2rem;
  }
  .post__item--price sub {
    font-size: 1rem;
  }
  .post__item--3 {
    margin-top: -40%;
    margin-left: 5%;
  }
  .post__item--3::before,
  .post__item::before {
    width: 100px;
    height: 100px;
  }
}