.keyv-about *,
.pageAbout .content * {
  box-sizing: border-box;
}
.left {
  text-align: left !important;
}
.content {
  padding: 0;
}
.sec-about {
  background-color: #E7F1F7;
  padding: 73px 0 192px;
}
.keyv-about img,
.pageAbout .content img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.keyv-about {
  padding-top: 55px;
}
.keyv-about__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 15px;
}
.about__headline {
  margin: 0;
  font-size: 2.6875rem;
  font-weight: bold;
  color: #626262;
  text-underline-offset: 19px;
  text-decoration: underline;
  text-decoration-color: #3C87BE;
  text-decoration-thickness: 4px;
  margin-bottom: 46px;
  text-align: center;
}
.about__headline span {
  color: #3C87BE;
  font-size: 3.624rem;
}
.about__headline em {
  font-style: normal;
  font-family: var(--font-Din);
  font-size: 5.6875rem;
}
.about__flex {
  max-width: 915px;
  margin: 0 auto;
}
.about__ttl {
  margin: 0 0 15px;
  font-size: 1.875rem;
  text-align: center;

}
.txt-cmn {
  max-width: 919px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2;
  color: #626262;
  margin-bottom: 73px;
  text-align: center;
}
.txt-cmn--1 {
  line-height: 1.8;
}
.txt-cmn--1 span {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
}
.txt-cmn--f30 {
  font-size: 30px;
}
.about__message {
  max-width: 810px;
  width: 100%;
  margin-bottom: 93px;
}
.about__message--mb {
  margin-bottom: 95px;
}
.about__message .txt {
  margin: 0;
  font-size: 1rem;
  line-height: 1.875;
  color: #626262;
}
.about__message .content {
  margin: 0;
  position: relative;
  border-radius: 15px;
  background-color: #fffcf0;
  padding: 55px 13% 35px 45px;
}
.about__message--second .content {
  padding-right: 50px;
}
.about__message .popup {
  z-index: 1;
  position: absolute;
  top: -20px;
  left: -22px;
}

.about__message .ttl {
  z-index: 1;
  position: relative;
  margin: 0;
  background-color: #0052d5;
  font-size: 20px;
  color: #fff;
  padding: 8px 28px;
}

.about__message .rec {
  z-index: 0;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 22px;
  height: 45px;
  background-color: #626262;
  transform: skewY(35deg);
}

.about__message .img {
  z-index: 1;
  position: absolute;
  bottom: 8.3%;
  right: -7.9%;
  width: 20.2%;
}
.about__todo {
  position: relative;
  max-width: 820px;
  width: 100%;
  padding-top: 9%;
}
.about__flex2 {
  max-width: 1078px;
  width: 100%;
  display: flex;
  align-self: flex-end;
  justify-content: flex-start;
}
.about__todo .img {
  position: absolute;
  top: 15%;
  right: -0.5%;
  width: 35.8%;
}
.about__todo .img.reset-img {
  width: 33.3%;
}
.about__todo--second {
  padding-top: 13%;
  max-width: 915px;
}
.about__todo .txt-cmn {
  margin-bottom: 42px;
}
.about__todo--second .txt-cmn {
  margin-bottom: 75px;
}
.about__todo--second .img {
    top: 2%;
    width: 39.5%;
    right: 0.5%;
}
.about__todo .ttl {
  margin: 0;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 36px;
  color: #626262;
}
.about__list {
  width: 100%;
  max-width: 765px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 75px;
  gap: 40px;
}
.about__list li {
  width: calc((100% - 80px) / 3);
}
.about__list figure {
  margin: 0;
}
.about__list img {
  margin-bottom: 14px;
}
.about__list figcaption {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #165591;
}
.about__wrap {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding-top: 170px;
}
.about__contact {
  z-index: 1;
  position: absolute;
  width: max-content;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about__contact p {
  margin: 0;
  color: #626262;
  font-weight: bold;
}
.about__contact .sub {
  position: relative;
  font-size: 1.125rem;
  width: max-content;
  height: 32px;
  margin: 0 auto 14px;
  padding: 0 53px;
  line-height: 2;
}
.about__contact .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
.about__contact .large {
  font-size: 2.8125rem;
  color: #3C87BE;
}
.about__contact .sub::after,
.about__contact .sub::before {
  position: absolute;
  height: 32px;
  content: '';
  top: 0;
  left: 29px;
  width: 3px;
  background-color: #3C87BE;
  rotate: -25deg;
}
.about__contact .sub::before {
  left: auto;
  right: 33px;
  rotate: 25deg;
}
.about__wrap .abs {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: 100%;
  height: 182px;
  background: url('/kanposan/about/resource/img/img_man2.png') no-repeat left
      center,
    url('/kanposan/about/resource/img/img_girl2.png') no-repeat right 10px;
  background-size: auto 180px;
}
.about__insurance {
  position: relative;
  z-index: 1;
  padding: 26px 66px 20px 48px;
  border: 5px solid #0052d5;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.about__insurance .txt {
  margin: 0;
  color: #0052d5;
  font-weight: bold;
  font-size: 1.5rem;
}
.about__insurance .img {
  width: 93px;
  margin-bottom: 0;
}

.about__insurance .large {
  font-size: 2.3125rem;
}
.about__insurance .note {
  font-size: 1.1875rem;
}
.about__insurance .bg {
  display: inline-block;
  position: relative;
  font-style: normal;
  padding-bottom: 2px;
}
.about__insurance .bg::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url('/kanposan/about/resource/img/icon_text.png') repeat-x center
    center;
  background-size: 20px;
}
@media screen and (max-width: 1240px) {
  .about__headline {
    font-size: min(3.5rem, 4vw);
  }
  .about__headline em {
    font-size: min(7.3125rem, 10vw);
  }
  .about__headline span {
    font-size: min(4.6875rem, 6vw);
  }
  .txt-cmn {
    width: 100%;
  }
  .about__message {
    padding: 0 40px;
  }
  .about__message .txt {
    font-size: min(1rem, 2.3vw);
  }
  .about__todo {
    background-position: right 0 top 0;
  }
  .about__list {
    gap: 84px;
    justify-content: center;
  }
  .about__list figcaption {
    font-size: min(2.25rem, 2.7vw);
  }
  .about__contact .sub {
    font-size: min(1.125rem, 2.3vw);
  }
  .about__contact .ttl {
    font-size: min(1.5rem, 2.7vw);
  }
  .about__contact .large {
    font-size: min(2.8125rem, 4.5vw);
  }
  .about__insurance .bg::before {
    height: 10px;
    background-size: auto 10px;
  }
  .about__todo .img {
    width: 35%;
    right: 0;
  }
  .about__todo--second .img {
    width: 38%;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about__insurance {
    padding: 36px 5%;
  }
}
@media screen and (max-width: 767px) {
  .sp-display {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: 50px 0;
  }
  .about__headline {
    text-align: center;
    font-size: 1.375rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    margin-bottom: 55px;
    line-height: 1.4;
  }
  .about__headline span {
    font-size: 1.875rem;
  }
  .about__headline em {
    font-size: 2.9375rem;
  }
  .txt-cmn--f30 {
    font-size: 1.125rem;
  }
  .about__message .ttl {
    font-size: 15px;
    padding: 4px 19px;
  }
  .about__message {
    padding: 0;
    padding-left: 16px;
    margin-bottom: 152px;
  }
  .about__message .popup {
    top: -10px;
    left: -16px;
  }
  .about__message .content {
    padding: 33px 18px 15px;
  }
  .about__message--1 .content {
    padding-bottom: 30px;
  }
  .about__message .txt {
    font-size: 1rem;
    line-height: 1.75;
  }
  .about__message .rec {
    bottom: -5px;
    left: 0;
    width: 15px;
    height: 20px;
  }
  .about__message .img {
    width: 102px;
    right: unset;
    bottom: -46px;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .about__todo .ttl {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .txt-cmn--f37 {
    font-size: 1.125rem;
  }
  .txt-cmn {
    font-size: 0.9375rem;
    padding-right: 0;
    margin: 0 0 60px;
    line-height: 1.77;
    text-align: left;
  }
  .txt-cmn--1 span {
    margin-bottom: 2px;
  }
  .about__todo {
    padding-top: 0;
    padding-bottom: 105px;
  }
  .about__list {
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .about__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
  }
  .about__list figcaption {
    font-size: 0.9375rem;
  }
  .about__todo--second {
    padding-bottom: 202px;
    margin-bottom: 55px;
  }
  .about__contact {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .about__contact .sub {
    font-size: 0.875rem;
    height: 35px;
    line-height: unset;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .about__contact .sub::after,
  .about__contact .sub::before {
    height: 35px;
    width: 2px;
    left: 0;
  }
  .about__contact .sub::before {
    left: auto;
    right: 0;
  }
  .about__contact .ttl {
    font-size: 1.0625rem;
    line-height: 1.3;
  }
  .about__contact .large {
    font-size: 1.8125rem;
  }
  .about__wrap {
    position: relative;
    padding-top: 0;
  }
  .about__message--second {
    margin-bottom: 60px;
  }
  .about__insurance {
    border-radius: 27px;
    padding: 21px 28px;
    padding-bottom: 90px;
    gap: 20px;
    display: block;
    text-align: center;
  }
  .about__insurance .txt {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.25rem;
    line-height: 1.65;
    text-align: left;
  }
  .about__insurance .img {
    width: 100%;
  }
  .about__insurance .large {
    font-size: 1.875rem;
  }
  .about__insurance .note {
    font-size: 1rem;
  }
  .about__insurance .bg::before {
    height: 8px;
    background-size: auto 8px;
  }
  .about__insurance img {
    width: 60px;
  }
  .about__wrap .abs {
    top: auto;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 90%;
    height: 147px;
    background-size: auto 147px;
    transform: translate(-50%, -3%);
  }
  .about__todo .txt-cmn {
    margin-bottom: 0;
  }
  .txt-cmn--1 {
    margin-bottom: 67px;
  }
  .about__todo .img {
    width: 182px;
    height: 104px;
    bottom: 0;
    top: auto;
    right: 13px;
  }
  .about__todo--second .img {
    width: 238px;
    height: 190px;
    bottom: 1px;
    top: auto;
    right: 52px;
  }
}
@media screen and (max-width: 400px) {
  .about__insurance .txt {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .about__contact .sub {
    font-size: 0.85rem;
    height: 25px;
    padding: 0 15px;
  }
  .about__contact .sub::after, .about__contact .sub::before {
    height: 25px;
  }
  .about__contact .ttl {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .about__todo--second .img {
    right: 50%;
    transform: translateX(50%);
  }
}
.keyv-about__image {
  position: relative;
}
.keyv-about__image--left {
  padding-right: 150px;
  width: calc(32.4% + 150px);
}
.keyv-about__image--right {
  padding-left: 130px;
  width: calc(30.3% + 130px);
}
.keyv-about__content {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 41%;
  transform: translateX(-50%);
}
.keyv-about__image figure {
  margin: 0;
}
.keyv-about__txt {
  position: absolute;
  margin-bottom: 0;
  bottom: 14%;
  line-height: 1.2;
}
.keyv-about__txt span {
  display: block;
  color: #626262;
  font-weight: normal;
}
.keyv-about__txt--middle {
  margin-bottom: 5px;
  font-size: 20px;
}
.keyv-about__txt--small {
  margin-bottom: 4px;
  font-size: 15px;
}
.keyv-about__txt--big {
  font-size: 28px;
}
.keyv-about__image--left .keyv-about__txt {
  right: 13px;
}

.keyv-about__image--right .keyv-about__txt {
  left: 16px;
  bottom: 14%;
}

.list-info {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 100px;
}
.list-info__item {
  width: 100%;
  padding: 0 126px 45px 120px;
  margin-bottom: 60px;
  border-bottom: 2px solid #3C87BE;
}
.list-info__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 35px;
  width: 100%;
  max-width: 980px;
}
.list-info__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list-info__content {
  max-width: 715px;
  width: 100%;
}
.list-info__image {
  max-width: 184px;
  width: 100%;
  margin: 10px 0 0;
}
.info__title {
  color: #3C87BE;
  margin: 0 0 35px;
  font-size: 2.625rem;
  font-family: var(--font-Hiragino);
  font-weight: bold;
}
.info__title sub {
  font-size: 1.6875rem;
  vertical-align: unset;
}
.info__title sub:first-child {
  margin-right: 25px;
}
.info__text {
  color: #626262;
  font-size: 1rem;
  line-height: 1.56;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .keyv-about__image--right .keyv-about__txt,
  .keyv-about__image--left .keyv-about__txt {
    bottom: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .keyv-about__image--left .keyv-about__txt {
    right: 40px;
    bottom: 7%;
  }
  .keyv-about__image--right .keyv-about__txt {
    left: 12px;
    bottom: 7%;
  }
  .keyv-about__txt--middle {
    font-size: 16px;
  }
  .keyv-about__txt--small {
    font-size: 13px;
  }
  .keyv-about__txt--big {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .list-info__item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 850px) {
  .keyv-about__txt--middle {
    font-size: 14px;
  }
  .keyv-about__txt--small {
    font-size: 10px;
  }
  .keyv-about__txt--big {
    font-size: 16px;
  }
  .keyv-about__image--left .keyv-about__txt {
    right: 75px;
  }
}
@media screen and (max-width: 767px) {
  .keyv-about {
    padding-top: 45px;
  }
  .keyv-about__inner {
    flex-wrap: wrap;
    max-width: 375px;
    margin: 0 auto;
  }
  .keyv-about__content {
    position: unset;
    transform: unset;
    width: 86%;
    margin: 0 auto 45px;
  }
  .keyv-about__image--left {
    width: 48%;
    padding-right: 4%;
    transform: translateX(-10px);
  }
  .keyv-about__image--right {
    width: 50%;
    padding-right: 10%;
    padding-left: 0;
    transform: translateX(-28px);
  }
  .keyv-about__image--left .keyv-about__txt {
    right: -7%;
    bottom: auto;
    top: 13px;
  }
  .keyv-about__image--right .keyv-about__txt {
    left: 57%;
    bottom: auto;
    top: -8px;
    width: max-content;
  }
  .keyv-about__txt--middle {
    margin-bottom: 3px;
  }
  .keyv-about__txt--small {
    margin-bottom: 1px;
  }
  .list-info__item {
    padding: 0 0 36px;
    margin-bottom: 60px;
  }
  .list-info__inner {
    flex-direction: column-reverse;
    padding: 0;
  }
  .list-info__image {
    max-width: 168px;
    margin: 0 auto;
  }
  .info__title {
    margin-bottom: 23px;
    font-size: 1.9375rem;
  }
  .info__title sub {
    font-size: 1.25rem;
  }
  .info__title sub:first-child {
    margin-right: 20px;
  }
  .info__text {
    font-size: 0.875rem;
    line-height: 1.64;
  }
  .list-info {
    padding-top: 48px;
  }
}

@media screen and (max-width: 350px) {
  .keyv-about__image--left .keyv-about__txt {
    right: -15%;
  }
  .keyv-about__txt--middle {
    font-size: 12px;
  }
  .keyv-about__txt--small {
    margin-bottom: 2px;
  }
  .keyv-about__txt--big {
    font-size: 14px;
  }
  .about__message--1 .content {
    padding-bottom: 25px;
  }
}
