@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*================================================
/ir/fpptimes_202303/index.html
================================================*/
/*------------------------------------------------
Initial Settings
------------------------------------------------*/
body {
  font-size: 1.6rem;
}

@media print, screen and (max-width: 801px) {
  body {
    font-size: 1.5rem;
  }
}

/*------------------------------------------------
common
------------------------------------------------*/
.fadein-element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(4.8rem);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fadein-bottom {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* -- For in-page links -- */
#link_top-interview,
#link_financial-summary,
#link_statistics {
  padding-top: 4rem;
  margin-top: 4rem;
  display: block;
}
.section_top-interview h2,
.section_financial-summary h2,
.section-statistics h2 {
  font-size: 5.2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5.6rem;
}
section aside {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
}
section aside::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #1c2952;
  flex-grow: 1;
}
section aside span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  margin: 0 2.4rem 0 1.6rem;
}
.visual-data_bg {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.visual-data_bg h4 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding: 0.8rem 0;
}
.text_emphasis {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.unit {
  font-size: 3rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
}
.graph-title-unit {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 0.4rem;
}
.shadow {
  box-shadow: 0.8rem 0.8rem #1c2952;
}
.visual-data_heading {
  font-size: 2rem;
  text-align: left;
  padding-left: 1.2rem;
  border-left: 1px solid #1c2952;
  margin-bottom: 2.4rem;
}
.br_mobile-only {
  display: none;
}
.img_desktop-only {
  display: block;
}
.img_mobile-only {
  display: none;
}

@media print, screen and (max-width: 801px) {
  /* -- For in-page links -- */
  #link_top-interview,
  #link_financial-summary,
  #link_statistics {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    display: block;
  }
  .section_top-interview h2,
  .section_financial-summary h2,
  .section-statistics h2 {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
  section aside {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  section aside span {
    font-size: 1.4rem;
    margin: 0 1.6rem 0 0.8rem;
  }
  .text_emphasis {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: normal;
  }
  .unit {
    font-size: 2rem;
  }
  .visual-data_heading {
    margin-bottom: 1.6rem;
  }
  .br_mobile-only {
    display: block;
  }
  .img_desktop-only {
    display: none;
  }
  .img_mobile-only {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 481px) {
  .section_top-interview h2,
  .section_financial-summary h2,
  .section-statistics h2 {
    font-size: 2.4rem;
  }
  .unit {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------
Key visual
------------------------------------------------*/
.kv {
  width: 100%;
  height: 66.5rem;
  background-color: #0c1d59;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.kv-img {
  display: flex;
  width: 100%;
  max-height: 53.6rem;
  height: 100%;
}
/* -- Filters for key visuals -- */
.kv-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, rgba(51, 51, 51, 0.5), transparent);
}
.kv-img img {
  width: 50%;
  object-fit: cover;
  object-position: right 20%;
}
.fadein-title {
  display: none;
}
.page-title {
  position: absolute;
  z-index: 1;
  top: 9.6rem;
  max-width: 110rem;
  width: 100%;
  padding: 0 4.8rem;
}
.page-title h1,
.page-title h2,
.page-title h2 span {
  color: #fff;
}
.page-title h1 {
  font-size: 8.2rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1.6rem;
}
.page-title h2 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media print, screen and (max-width: 801px) {
  .kv {
    display: block;
    height: 65.8rem;
    background-color: #0c1d59;
    margin-bottom: 3.2rem;
    padding-top: 3.2rem;
  }
  .kv-img {
    display: block;
    width: 100%;
    max-height: 42rem;
    height: 100%;
  }
  .kv-img img {
    width: 100%;
    height: 21rem;
  }
  .page-title {
    position: absolute;
    z-index: 1;
    top: 5.6rem;
    width: 100%;
    padding: 0 1rem;
  }
  .page-title h1 {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .page-title h2 {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    margin-right: 1.6rem;
  }
  .page-title h2 span {
    display: block;
    line-height: 1.2;
    margin-top: 0.8rem;
  }
}

@media print, screen and (max-width: 481px) {
  .page-title h1 {
    font-size: 2.8rem;
  }
}

/*------------------------------------------------
Key visual > link in page
------------------------------------------------*/
.link-in-page {
  max-width: 110rem;
  width: 100%;
  padding: 0 4.8rem;
  position: absolute;
  z-index: 1;
  top: 54.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.link-in-page-list {
  display: flex;
  color: #1c2952;
  background-color: #fff;
  height: 8.8rem;
}
.link-in-page-list li {
  width: 100%;
  display: flex;
  align-items: center;
}
.link-in-page-list li:not(:last-of-type) {
  border-right: 1px solid #eaeaea;
}
.number,
.link-title p:first-of-type {
  font-family: "Be Vietnam Pro", sans-serif;
  letter-spacing: -0.05em;
}
.number {
  width: 15%;
  font-size: 2.2rem;
  text-align: center;
}
.link-title {
  width: 70%;
  padding-left: 1.2rem;
  border-left: 1px solid #0c1d59;
}
.link-title p:first-of-type {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.8rem;
}
.link-title p:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.link-in-page-list li a {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #1c2952;
  border-radius: 5rem;
  position: relative;
}
.link-in-page-list li a::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #1c2952;
  border-right: 1px solid #1c2952;
  transform: rotate(135deg) translateX(-50%);
  top: 40%;
  left: 24%;
}
.introduction {
  width: 100%;
  margin-bottom: 4.8rem;
}
.introduction p {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 5rem;
  background-color: #1c2952;
  padding: 0.8rem 0.8rem 1.2rem;
  margin: 0 auto;
}

@media print, screen and (max-width: 801px) {
  .link-in-page {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    padding: 0 1rem;
  }
  .link-in-page-list {
    margin-top: -3.2rem;
    display: block;
    height: auto;
  }
  .link-in-page-list li {
    height: 6.6rem;
  }
  .link-in-page-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  .number {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .link-title p:first-of-type {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .link-title p:nth-of-type(2) {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .introduction {
    margin-bottom: 4.8rem;
  }
  .introduction p {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    width: 100%;
  }
}

/*------------------------------------------------
section_top-interview
------------------------------------------------*/
.section_top-interview {
  position: relative;
  margin-bottom: 13.6rem;
}
.ceo-img {
  width: 75%;
  margin: 0 0 17.6rem auto;
}
.ceo-message {
  position: absolute;
  top: 50.4rem;
  max-width: 73.5rem;
  width: 100%;
  background-color: #1c2952;
  padding: 2.4rem 4rem;
  margin-left: 0;
}
.ceo-message p {
  color: #fff;
}
.ceo-message p:first-of-type {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.ceo-message p:nth-of-type(2) {
  line-height: 1.8;
  text-align: right;
}
.description {
  max-width: 110rem;
  width: 100%;
  padding: 0 4.8rem;
  margin: 0 auto;
  background-color: #f9f7f0;
  height: auto;
}
.data-text-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  padding: 0 3.2rem;
}
.data-text-wrapper p {
  font-size: 2rem;
  text-align: center;
}
.description-inner {
  line-height: 2;
  max-width: 77rem;
  width: 100%;
  padding: 10.4rem 0;
  margin: 0 auto;
}
.text_margin-bottom {
  margin-bottom: 3.2rem;
}
.text_block:not(:last-of-type) {
  margin-bottom: 6.4rem;
}
.visual_block {
  margin-bottom: 8rem;
}

@media print, screen and (max-width: 801px) {
  .section_top-interview {
    position: relative;
    margin-bottom: 8rem;
  }
  .ceo-img {
    width: 100%;
    margin: 0;
  }
  .ceo-message {
    position: static;
    padding: 2.4rem 1.5rem;
    margin: 0px 0 0 0;
    width: 100%;
  }
  .ceo-message p:first-of-type {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .ceo-message p:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .description {
    padding: 0 1.5rem;
  }
  .description-inner {
    padding: 4.2rem 0;
  }
  .text_block:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
  .visual_block {
    margin-bottom: 4rem;
  }
}

/*------------------------------------------------
section_top-interview > data_priority-measures
------------------------------------------------*/
.data_priority-measures h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
/* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
.data_priority-measures_01 {
  margin: 0 0.8rem 3.2rem 0;
}
.data_priority-measures_01-inner {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
}
.data-description {
  display: flex;
  justify-content: center;
  padding: 2.4rem;
  font-size: 1.2rem;
  margin-bottom: 2.8rem;
  position: relative;
}
.data-description::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-top: 1px solid #1c2952;
  border-left: 1px solid #1c2952;
}
.data-description::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-bottom: 1px solid #1c2952;
  border-right: 1px solid #1c2952;
}
.data-description span {
  display: inline-block;
  padding: 0 1.6rem 0.4rem;
  background-color: #1c2952;
  color: #fff;
  height: 2rem;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 1.7rem;
}
.data_priority-measures-wrapper {
  display: flex;
  text-align: center;
  column-gap: 2.4rem;
}
.data_priority-measures-wrapper div {
  width: 100%;
}
.data_priority-measures-wrapper h4 {
  margin-bottom: 3.2rem;
}
/* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
.data_priority-measures_02,
.data_priority-measures_03,
.data_priority-measures_04 {
  margin-right: 0.8rem;
}
.data_priority-measures_02 p,
.data_priority-measures_03 p,
.data_priority-measures_04 p {
  font-weight: 600;
}
.data_priority-measures_02 .text_emphasis,
.data_priority-measures_04 .text_emphasis {
  font-size: 7.2rem;
  line-height: 1.5;
}
.data_priority-measures_03 .text_emphasis {
  font-family: "Noto Sans JP";
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.data_priority-measures_03-img {
  width: 60% !important;
  margin: 0 auto 1.6rem;
}
.data_priority-measures_04 {
  position: relative;
}
.data_priority-measures_04 .text_emphasis:first-of-type {
  font-size: 4.8rem;
  letter-spacing: 0.01em;
}
.data_priority-measures_04 .text_emphasis:first-of-type .unit {
  font-size: 2rem;
  margin-right: 1.6rem;
}
.data_priority-measures_04 .text_emphasis:first-of-type .unit::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: icon;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  content: "\e5c8";
  font-size: 2.4rem;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 61%;
  margin: auto;
}
.sales-composition {
  margin-bottom: 2.4rem;
}
.data_priority-measures_04 div {
  display: flex;
  justify-content: center;
}
.data_priority-measures_04 div p {
  font-size: 1rem;
  transform: scale(0.8);
  transform-origin: left;
  margin-top: -2rem;
}

@media print, screen and (max-width: 801px) {
  .data_priority-measures h3 {
    font-size: 1.8rem;
  }
  .visual-data_bg h4 {
    font-size: 1.6rem;
  }
  .data_priority-measures_01 h4 {
    margin-bottom: 1.6rem;
  }
  .data-text-wrapper {
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  .data-text-wrapper p {
    margin: 0 auto;
  }
  .data-text-wrapper p .text_emphasis {
    display: inline-block;
    margin-top: -2.4rem;
  }
  .data-description span {
    margin-bottom: 1.2rem;
  }
  .data-description {
    display: block;
    font-size: 1.2rem;
    padding: 1.6rem;
    margin: -0.8rem 1.6rem 1.6rem;
  }
  .data_priority-measures-wrapper {
    display: block;
    /* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
    margin-right: 0.8rem;
  }
  .data_priority-measures-wrapper h4 {
    margin-bottom: 1.6rem;
  }
  /* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
  .data_priority-measures_02,
  .data_priority-measures_03,
  .data_priority-measures_04 {
    margin: 0 0 3.2rem 0;
  }
  .data_priority-measures_02 p,
  .data_priority-measures_03 p {
    display: inline-block;
  }
  .data_priority-measures_02 p:first-of-type,
  .data_priority-measures_03 p:first-of-type {
    margin-right: 1.6rem;
  }
  .data_priority-measures_02 .text_emphasis,
  .data_priority-measures_04 .text_emphasis {
    font-size: 5.6rem;
    line-height: 1.5;
  }
  .data_priority-measures_03-img {
    width: 40% !important;
  }
  .data_priority-measures_04 .text_emphasis:first-of-type .unit::after {
    top: 66%;
  }
  .sales-composition {
    margin-bottom: 0;
  }
  .data_priority-measures_04 div {
    margin-bottom: 1.6rem;
  }
  .data_priority-measures_04 div p:first-of-type {
    transform-origin: center;
  }
}

@media print, screen and (max-width: 481px) {
  .data-text-wrapper {
    display: block;
  }
  .data_priority-measures_02 p,
  .data_priority-measures_03 p {
    display: block;
  }
  .data_priority-measures_02 p:first-of-type,
  .data_priority-measures_03 p:first-of-type {
    margin-right: 0rem;
  }
}

/*------------------------------------------------
section_top-interview > data_number-of-customers, data_next-three-years
------------------------------------------------*/
/* -- Subtract the width of the box shadow (0.8rem) with margin-right -- */
.data_number-of-customers,
.data_next-three-years {
  margin-right: 0.8rem;
}
.data_number-of-customers h4,
.data_next-three-years h4 {
  margin-bottom: 2.4rem;
}
.data_number-of-customers img,
.data_next-three-years img {
  width: 90%;
  margin: 0 auto 2.4rem;
}

@media print, screen and (max-width: 801px) {
  .data_number-of-customers img,
  .data_next-three-years img {
    width: 80%;
    margin-bottom: 3.2rem;
  }
}

/*------------------------------------------------
section_financial-summary
------------------------------------------------*/

a.btn_results {
  display: block;
  width: 18.4rem;
  padding: 1.6rem 2.4rem;
  margin: 0 auto 12.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #1c2952;
  text-decoration: none;
  position: relative;
}
a.btn_results::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: icon;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  content: "\e5c8";
  font-size: 2rem;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

/*------------------------------------------------
section_financial-summary > data_summary-list
------------------------------------------------*/
.data_summary-list {
  display: flex;
  max-width: 110rem;
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 4rem;
}
.data_summary-list li {
  width: 100%;
  text-align: center;
  padding: 2.4rem 1.6rem;
  background-color: #fff;
}
.data_summary-list li:not(:last-of-type) {
  border-right: 1px solid #eaeaea;
}

.data_summary-list .text_emphasis {
  margin-bottom: 0.8rem;
}
.year-on-year,
.year-on-year span {
  color: #fff;
}
.year-on-year {
  font-size: 1.8rem;
  background-color: #1c2952;
  border-radius: 50px;
  padding: 0.8rem 0;
  margin: 0 auto;
}
.year-on-year .text_emphasis {
  font-size: 2.8rem;
}
.year-on-year .unit {
  font-size: 1.8rem;
}

@media print, screen and (max-width: 801px) {
  .data_summary-list {
    display: block;
    border: 1px solid #eaeaea;
  }
  .data_summary-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  .data_summary-list .text_emphasis {
    margin-bottom: 1.2rem;
  }
  .year-on-year {
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.4rem 4.8rem;
  }
  .year-on-year .text_emphasis {
    font-size: 2rem;
  }
  .year-on-year .unit {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------
section_financial-summary > data_financial-results-list
------------------------------------------------*/
.data_financial-results {
  background-color: #fff;
  margin-bottom: 5.6rem;
}
.data_title-wrapper {
  border: 1px solid #eaeaea;
}
.data_title-wrapper h3 {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.data_title-wrapper h3::after {
  display: none;
}
.data_title-wrapper p:first-of-type {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8rem;
}
.data_title-wrapper p:nth-of-type(2) {
  font-size: 1.2rem;
  text-align: right;
  margin: 0 1.6rem 0.8rem 0;
}
.data_financial-results-list {
  display: flex;
  max-width: 110rem;
  width: 100%;
  border: 1px solid #eaeaea;
  /* -- For ruled line style adjustment -- */
  border-top: none;
}
.data_financial-results-list li {
  width: 100%;
  padding: 2.4rem 1.6rem;
}
.data_financial-results-list li:not(:last-of-type) {
  border-right: 1px solid #eaeaea;
}
.data_financial-results-list li div {
  width: 85%;
  margin: 0 auto;
}

@media print, screen and (max-width: 801px) {
  .data_title-wrapper h3 {
    margin-bottom: 0.8rem;
  }
  .data_title-wrapper p:first-of-type {
    margin-bottom: 1.6rem;
  }
  .data_title-wrapper p:nth-of-type(2) {
    margin-bottom: 2.4rem;
  }
  .data_financial-results-list {
    display: block;
  }
  .data_financial-results-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  .data_financial-results-list li div {
    width: 70%;
  }
  .data_financial-results {
    margin-bottom: 3.2rem;
  }
  a.btn_results {
    margin-bottom: 8rem;
  }
}

/*------------------------------------------------
section-statistics
------------------------------------------------*/
.section-statistics {
  background-color: #f7f7f5;
  padding: 7.2rem 0 11.2rem;
}
.triangle-bottom {
  display: block;
  border-style: solid;
  border-width: 3.2rem 3.2rem 0 3.2rem;
  border-color: #445c9e transparent transparent transparent;
  width: 5.6rem;
  height: 3.2rem;
  margin: 0 auto 5.6rem;
}

@media print, screen and (max-width: 801px) {
  .section-statistics {
    padding: 4.8rem 0 8rem;
  }
  .triangle-bottom {
    border-width: 2.4rem 2.4rem 0 2.4rem;
    width: 4rem;
    height: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

/*------------------------------------------------
section-statistics > data_certification
------------------------------------------------*/
.data_certification {
  padding: 4rem 2.4rem;
  margin-bottom: 5.6rem;
}
.data_certification-list {
  display: flex;
  column-gap: 3.2rem;
}
.data_certification-list p {
  text-align: center;
}
.data_certification-list li:first-of-type {
  max-width: 32rem;
  width: 100%;
}
.data_certification-list li:nth-of-type(2) {
  display: flex;
  column-gap: 2.4rem;
  max-width: 74rem;
  width: 100%;
}
.data_certification-list .visual-data_heading {
  margin-bottom: 3.2rem;
}
.data_certification-list-img {
  width: 70%;
  margin: 0 auto 1.6rem;
}
.data_certification-list .text_emphasis {
  margin-bottom: 0.8rem;
}
.data_certification-list .target {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}
.data_certification-description {
  font-size: 1.2rem;
  line-height: 1.5;
}
.data_certification-description p {
  text-align: left;
}
.text_caution {
  color: #e69e15;
}
.mdrt-left {
  max-width: 32rem;
  width: 100%;
}
.members {
  display: block;
  font-size: 3.2rem;
  padding-top: 0.8rem;
  margin-bottom: 4.5rem;
}
.members.text_margin-bottom {
  margin-bottom: 12.8rem;
}
.members .text_emphasis {
  font-size: 4rem;
}
.members .unit {
  font-size: 2rem;
}
.mdrt-right {
  padding-top: 5.6rem;
  width: 100%;
}

@media print, screen and (max-width: 801px) {
  .data_certification {
    padding: 3.2rem 2.4rem;
    margin-bottom: 3.2rem;
  }
  .data_certification-list {
    display: block;
  }
  .data_certification-list li:nth-of-type(2) {
    display: block;
  }
  .data_certification-list .visual-data_heading {
    margin-bottom: 2.4rem;
  }
  .data_certification-list li:first-of-type {
    margin-bottom: 6.4rem;
  }
  .data_certification-wrapper {
    display: flex;
  }
  .data_certification-list li:first-of-type,
  .mdrt-left {
    max-width: 100%;
  }
  .members .text_emphasis {
    font-size: 3.2rem;
  }
  .data_certification-wrapper {
    display: block;
  }
  .data_certification-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .data_certification-list-img {
    min-width: 30%;
    max-width: 10%;
    margin: 0;
  }
  .data_certification-list .text_emphasis {
    font-size: 6.4rem;
  }
  .members,
  .members .text_emphasis {
    font-size: 3.2rem;
  }
  .data_certification-description {
    font-size: 1.4rem;
    width: 85%;
    margin: 0 auto;
  }
  .data_certification-list li:nth-of-type(2) .data_certification-description {
    margin-bottom: 3.2rem;
  }
  .data_certification-list li:nth-of-type(2) .data_certification-main {
    column-gap: 3.2rem;
  }
  .members,
  .members.text_margin-bottom {
    margin-bottom: 2.4rem;
  }
  .mdrt-right {
    padding-top: 0;
  }
}

@media print, screen and (max-width: 481px) {
  .data_certification-main {
    margin-bottom: 1.6rem;
  }
  .data_certification-list li:nth-of-type(2) .data_certification-main {
    column-gap: 2.4rem;
  }
  .data_certification-list .text_emphasis {
    font-size: 4rem;
  }
  .data_certification-list .target {
    font-size: 1.6rem;
  }
  .members,
  .members .text_emphasis {
    font-size: 2.4rem;
  }
}

/*------------------------------------------------
section-statistics > data_location
------------------------------------------------*/
.data_location {
  display: flex;
  padding: 4rem 2.4rem;
  margin-bottom: 5.6rem;
}
.data_location-wrapper {
  display: flex;
  align-items: center;
}
.data_location-list {
  width: 100%;
  position: relative;
}
.data_location-list::before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  background-image: url(/Portals/0/images/ir/fpptimes_202303/data_location_03.svg);
  background-size: cover;
  max-width: 43%;
  width: 100%;
  height: 100%;
}
.data_location-list li:first-of-type {
  margin-bottom: 8rem;
}
.data_location-list li:nth-of-type(2) {
  margin-bottom: 6.4rem;
}
.data_location-list li .visual-data_heading {
  margin-bottom: 4rem;
}
.data_location-list-img {
  min-width: 20%;
  max-width: 20%;
}
.location-list-wrapper {
  display: flex;
  align-items: center;
  column-gap: 3.2rem;
  margin-left: 2.4rem;
}
.data_location-main {
  display: flex;
  align-items: center;
  column-gap: 3.2rem;
  max-width: 30%;
  min-width: 40%;
  margin-left: 2.4rem;
}
.data_location-main .text_emphasis {
  margin-right: 16px;
  white-space: nowrap;
}
.data_location-list-message {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}

@media print, screen and (max-width: 801px) {
  .data_location-wrapper {
    display: block;
  }
  .data_location-main {
    column-gap: 3.2rem;
    justify-content: center;
    margin-bottom: 2.4rem;
    max-width: 100%;
    margin-left: 0;
  }
  .data_location-list-img {
    min-width: 15%;
    max-width: 10%;
  }
  .data_location-main .text_emphasis {
    padding-top: 0.8rem;
  }
  .data_location-list::before {
    display: none;
  }
  .data_location-list li:nth-of-type(2) {
    margin-bottom: 0rem;
  }
  .data_location-list-message {
    font-size: 1.6rem;
    text-align: center;
    white-space: pre-wrap;
  }
}

@media print, screen and (max-width: 801px) {
  .data_location {
    margin-bottom: 3.2rem;
  }
}

/*------------------------------------------------
section-statistics > data_customer-satisfaction
------------------------------------------------*/
.data_customer-satisfaction {
  margin-bottom: 10.4rem;
  position: relative;
}
.data_customer-satisfaction .visual-data_heading {
  margin: 4rem 0 0 2.4rem;
}
.customer-satisfaction {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 7.2rem;
  font-weight: 800;
  font-family: "Be Vietnam Pro", sans-serif;
}
.data_customer-satisfaction img {
  width: 85%;
  margin: 0 auto 3.2rem;
}
.data_customer-satisfaction-description {
  padding: 0 15%;
  margin: 0 auto 3.2rem;
}
.data_customer-satisfaction-description p {
  font-size: 1.2rem;
}

@media print, screen and (max-width: 801px) {
  .data_customer-satisfaction {
    margin-bottom: 5.6rem;
  }
  .data_customer-satisfaction .visual-data_heading {
    margin-bottom: 3.2rem;
  }
  .customer-satisfaction {
    top: 30%;
  }
  .data_customer-satisfaction img {
    width: 95%;
  }
}

@media print, screen and (max-width: 481px) {
  .customer-satisfaction {
    font-size: 4.8rem;
  }
}

/*------------------------------------------------
section-statistics > data_fpp-graph
------------------------------------------------*/
.data_fpp-graph-list {
  display: flex;
}
.data_fpp-graph-list li {
  width: 100%;
  padding: 4rem 2.4rem;
}
.data_fpp-graph-list li:not(:last-of-type) {
  border-right: 1px solid #eaeaea;
}

@media print, screen and (max-width: 801px) {
  .data_fpp-graph-list {
    display: block;
  }
  .data_fpp-graph-list li {
    padding: 3.2rem 2.4rem;
  }
  .data_fpp-graph-list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  .data_fpp-graph-list li .visual-data_heading {
    margin-bottom: 3.2rem;
  }
  .data_fpp-graph-list li div {
    width: 90%;
    margin: 0 auto;
  }
}
#breadcrumbs {
  display: none;
}
