.about_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .about_head {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .about_head {
    align-items: center;
    gap: 1.3rem;
    text-align: center;
  }
}
.about_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  color: #0096c7;
}
@media (min-width: 769px) {
  .about_head p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .about_head p {
    font-size: 2.8rem;
  }
}
.about_head h2 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .about_head h2 {
    line-height: 1;
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .about_head h2 {
    line-height: 1.264;
    font-size: 7.6rem;
  }
}

.message_section {
  position: relative;
}
@media (min-width: 769px) {
  .message_section {
    margin-top: -10rem;
    padding: 10rem 0 16rem;
  }
}
@media (max-width: 768px) {
  .message_section {
    padding: 0 0 14rem;
  }
}

.message_inner {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .message_inner {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 112rem;
  }
}
@media (max-width: 768px) {
  .message_inner {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 62rem;
  }
}

.message_caption {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  width: 100%;
}

.message_image {
  position: relative;
}
@media (min-width: 769px) {
  .message_image {
    flex-shrink: 0;
    width: 46.1rem;
    margin-top: -7rem;
  }
}
@media (max-width: 768px) {
  .message_image {
    width: 54.1rem;
  }
}

.message_sign {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .message_sign {
    gap: 0.5rem;
    position: absolute;
    width: 19.7rem;
    right: -2.4rem;
    bottom: -1.3rem;
  }
}
@media (max-width: 768px) {
  .message_sign {
    gap: 1rem;
    position: relative;
    width: 35.4rem;
    margin: 3.5rem auto 0;
  }
}
.message_sign p:nth-of-type(1) {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .message_sign p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .message_sign p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
.message_sign p:nth-of-type(2) {
  line-height: 0;
}

.numbers_section {
  position: relative;
}
@media (min-width: 769px) {
  .numbers_section {
    padding: 14rem 0 28rem;
  }
}
@media (max-width: 768px) {
  .numbers_section {
    padding: 12rem 0 24rem;
  }
}
.numbers_section::before {
  content: "";
  position: absolute;
  background: #f0f2f4;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .numbers_section::before {
    border-radius: 14rem 0 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_section::before {
    border-radius: 12rem 0 0 0;
  }
}

.numbers_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .numbers_inner {
    max-width: 112rem;
  }
}
@media (max-width: 768px) {
  .numbers_inner {
    max-width: 62rem;
  }
}

.numbers_panels {
  display: grid;
  margin-top: 7rem;
}
@media (min-width: 769px) {
  .numbers_panels {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 24rem;
    gap: 1.8rem;
  }
}
@media (max-width: 768px) {
  .numbers_panels {
    grid-template-columns: 1fr;
    grid-auto-rows: 31rem;
    gap: 3rem;
  }
}

.numbers_panel {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .numbers_panel {
    border-radius: 1.8rem;
    padding: 3.5rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel {
    border-radius: 2.6rem;
    padding: 5.5rem;
  }
}
.numbers_panel h3 {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .numbers_panel h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel h3 {
    font-size: 3rem;
  }
}

.numbers_panel_image {
  position: absolute;
}
@media (min-width: 769px) {
  .numbers_panel_image.img1 {
    width: 10.5rem;
    right: 3.5rem;
    top: 9.2rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel_image.img1 {
    width: 16.7rem;
    right: 6.3rem;
    top: 10.5rem;
  }
}
@media (min-width: 769px) {
  .numbers_panel_image.img3 {
    width: 10.8rem;
    right: 3.5rem;
    top: 9.7rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel_image.img3 {
    width: 17.1rem;
    right: 6.1rem;
    top: 11.3rem;
  }
}
@media (min-width: 769px) {
  .numbers_panel_image.img6 {
    width: 7.9rem;
    right: 5rem;
    top: 11rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel_image.img6 {
    width: 12.5rem;
    right: 8.4rem;
    top: 13.7rem;
  }
}
@media (min-width: 769px) {
  .numbers_panel_image.img7 {
    width: 7.3rem;
    right: 3.3rem;
    top: 9.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel_image.img7 {
    width: 11.6rem;
    right: 8.8rem;
    top: 11.8rem;
  }
}
@media (min-width: 769px) {
  .numbers_panel_image.img8 {
    width: 6.9rem;
    right: 3rem;
    top: 11.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel_image.img8 {
    width: 10.8rem;
    right: 8.2rem;
    top: 14.8rem;
  }
}
@media (min-width: 769px) {
  .numbers_panel_image.img9 {
    width: 7.1rem;
    right: 5.4rem;
    top: 8.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_panel_image.img9 {
    width: 11.1rem;
    right: 9.1rem;
    top: 9.6rem;
  }
}

.numbers_text {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
@media (min-width: 769px) {
  .numbers_text {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .numbers_text {
    gap: 1rem;
    margin-top: 3rem;
  }
}
.numbers_text strong {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #0096c7;
}
@media (min-width: 769px) {
  .numbers_text strong {
    letter-spacing: 0.05em;
    font-size: 8.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_text strong {
    letter-spacing: 0.01em;
    font-size: 13.8rem;
  }
}
.numbers_text span {
  font-weight: 700;
}
@media (min-width: 769px) {
  .numbers_text span {
    letter-spacing: 0.05em;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .numbers_text span {
    letter-spacing: normal;
    font-size: 5.1rem;
  }
}

.numbers_chart {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .numbers_chart {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .numbers_chart {
    margin-top: 5rem;
  }
}

.numbers_chart_value {
  display: flex;
}
@media (min-width: 769px) {
  .numbers_chart_value {
    flex-direction: column;
    gap: 1rem;
  }
}
.numbers_chart_value h4 {
  line-height: 1;
  font-weight: 400;
  color: #0078aa;
}
@media (min-width: 769px) {
  .numbers_chart_value h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value h4 {
    flex-shrink: 0;
    width: 3.5rem;
    font-size: 2.8rem;
  }
}
.numbers_chart_value p {
  display: flex;
  align-items: baseline;
  width: 100%;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .numbers_chart_value p {
    height: 7.2rem;
    padding: 1.3rem 2rem;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value p {
    height: 11rem;
    padding: 2rem 3.5rem;
  }
}
.numbers_chart_value p strong {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .numbers_chart_value p strong {
    font-size: 4.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value p strong {
    font-size: 7rem;
  }
}
.numbers_chart_value p span {
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .numbers_chart_value p span {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value p span {
    font-size: 3.9rem;
  }
}
.numbers_chart_value:nth-of-type(1) {
  align-items: flex-start;
  width: 63.637%;
}
@media (max-width: 768px) {
  .numbers_chart_value:nth-of-type(1) h4 {
    writing-mode: vertical-lr;
  }
}
.numbers_chart_value:nth-of-type(1) p {
  justify-content: flex-start;
  background: #0096c7;
}
@media (min-width: 769px) {
  .numbers_chart_value:nth-of-type(1) p {
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value:nth-of-type(1) p {
    border-radius: 1rem 0 0 1rem;
  }
}
.numbers_chart_value:nth-of-type(2) {
  width: 36.363%;
}
@media (min-width: 769px) {
  .numbers_chart_value:nth-of-type(2) {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value:nth-of-type(2) h4 {
    writing-mode: vertical-rl;
  }
}
.numbers_chart_value:nth-of-type(2) p {
  justify-content: flex-end;
  background: #0078aa;
}
@media (min-width: 769px) {
  .numbers_chart_value:nth-of-type(2) p {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}
@media (max-width: 768px) {
  .numbers_chart_value:nth-of-type(2) p {
    border-radius: 0 1rem 1rem 0;
  }
}

.profile_section {
  position: relative;
}
@media (min-width: 769px) {
  .profile_section {
    margin-top: -14rem;
    padding: 14rem 0 0;
  }
}
@media (max-width: 768px) {
  .profile_section {
    margin-top: -12rem;
    padding: 12rem 0 0;
  }
}
.profile_section::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .profile_section::before {
    border-radius: 0 14rem 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .profile_section::before {
    border-radius: 0 12rem 0 0;
  }
}

.profile_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .profile_inner {
    max-width: 112rem;
  }
}
@media (max-width: 768px) {
  .profile_inner {
    max-width: 62rem;
  }
}

@media (min-width: 769px) {
  .profile_table {
    display: grid;
    grid-template-columns: 30rem 1fr;
    margin-top: 7rem;
  }
}
@media (max-width: 768px) {
  .profile_table {
    display: flex;
    flex-direction: column;
  }
}
.profile_table > dt {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 769px) {
  .profile_table > dt {
    padding: 2.65rem 3rem;
    font-size: 1.7rem;
  }
  .profile_table > dt:nth-of-type(2n+1) {
    background: #f5f6f8;
  }
}
@media (max-width: 768px) {
  .profile_table > dt {
    background: #f5f6f8;
    height: 8rem;
    padding: 0 3rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .profile_table > dd {
    padding: 2.75rem 3rem 2.75rem 0;
  }
  .profile_table > dd:nth-of-type(2n+1) {
    background: #f5f6f8;
  }
}
@media (max-width: 768px) {
  .profile_table > dd {
    padding: 4rem 0 0;
  }
  .profile_table > dd + dt {
    margin-top: 6rem;
  }
}

.profile_detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .profile_detail {
    gap: calc(5rem + 1px);
    padding: 0.75rem 0;
  }
}
@media (max-width: 768px) {
  .profile_detail {
    gap: calc(8rem + 1px);
  }
}
.profile_detail > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .profile_detail > div {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .profile_detail > div {
    gap: 3rem;
  }
}
.profile_detail > div > dt {
  line-height: 1;
}
@media (min-width: 769px) {
  .profile_detail > div > dt {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .profile_detail > div > dt {
    font-size: 2.6rem;
  }
}
.profile_detail > div + div::before {
  content: "";
  position: absolute;
  background-image: url(../img/about/line.svg);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 1px;
}
@media (min-width: 769px) {
  .profile_detail > div + div::before {
    left: 1px;
    right: 0.5rem;
    top: -2.5rem;
  }
}
@media (max-width: 768px) {
  .profile_detail > div + div::before {
    left: 0;
    right: 0;
    top: -4rem;
  }
}