@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.ly_globalPageRoot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ly_globalPageRoot_firstView {
  display: block;
  padding-bottom: 14rem;
}

.ly_globalPageRoot_secondView {
  display: block;
  padding-bottom: 14rem;
}

.ly_globalPageRoot_contents {
  display: block;
  padding-bottom: 13.3rem;
}

@media screen and (max-width: 600px) {
  .ly_globalPageRoot_firstView {
    padding-bottom: 8rem;
  }
  .ly_globalPageRoot_secondView {
    padding-bottom: 5rem;
  }
}
.ly_globalPageFirstView {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 33rem 1fr;
  grid-template-areas: "text image";
  width: 100%;
  max-width: 128rem;
  margin: auto;
}

.ly_globalPageFirstView_text {
  grid-area: text;
  position: relative;
}

.ly_globalPageFirstView_image {
  grid-area: image;
}

.ly_globalPageFirstView_text_positioning {
  position: absolute;
  top: 50%;
  left: 0;
  right: -8.4rem;
  transform: translateY(-50%);
}

.bl_globalPageFirstViewText {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.9rem 4.5rem 2.9rem 7.5rem;
  width: 100%;
  height: 100%;
}

.bl_globalPageFirstViewText_title {
  display: block;
  padding-bottom: 2rem;
  color: #00396C;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.4rem; /* 136% */
}

.bl_globalPageFirstViewText_description {
  color: #00396C;
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem; /* 185.714% */
}

.bl_globalPageFirstViewImage {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .ly_globalPageFirstView {
    display: block;
    padding: 0;
  }
  .ly_globalPageFirstView_text_positioning {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: -3rem;
    margin-right: 2rem;
  }
  .bl_globalPageFirstViewText {
    padding: 5rem 2rem;
  }
  .bl_globalPageFirstViewText_title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.4rem; /* 136% */
    padding-bottom: 3rem;
  }
  .bl_globalPageFirstViewText_description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem; /* 185.714% */
  }
}
.ly_globalPageSecondView {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25rem;
  grid-template-areas: "image text";
  gap: 4rem;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
}

.ly_globalPageSecondView_image {
  grid-area: image;
  position: relative;
}

.ly_globalPageSecondView_image_overlap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ly_globalPageSecondView_image_background {
  display: block;
  position: relative;
}

.ly_globalPageSecondView_image_description {
  display: none;
}

.ly_globalPageSecondView_text {
  grid-area: text;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
}

.bl_globalPageSecondViewImage {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3.6rem 4rem;
  position: relative;
}

.bl_globalPageSecondViewImage_title {
  display: block;
}

.bl_globalPageSecondViewImage_title_lead {
  display: block;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bl_globalPageSecondViewImage_title_main {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.9rem; /* 140% */
}

.bl_globalPageSecondViewImage_people {
  display: contents;
}

.bl_globalPageSecondViewImage_person__05, .bl_globalPageSecondViewImage_person__04, .bl_globalPageSecondViewImage_person__03, .bl_globalPageSecondViewImage_person__02, .bl_globalPageSecondViewImage_person__01 {
  position: absolute;
  display: block;
}
.bl_globalPageSecondViewImage_person__05::after, .bl_globalPageSecondViewImage_person__04::after, .bl_globalPageSecondViewImage_person__03::after, .bl_globalPageSecondViewImage_person__02::after, .bl_globalPageSecondViewImage_person__01::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bl_globalPageSecondViewImage_person_lead {
  display: block;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem; /* 125% */
}

.bl_globalPageSecondViewImage_person_main {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem; /* 123.077% */
}

.bl_globalPageSecondViewImage_person__01 {
  left: 32.7%;
  bottom: 40%;
}
.bl_globalPageSecondViewImage_person__01::after {
  background-image: url("/plus_press/2024/global/images/person-arrow01.svg");
  width: 11.6rem;
  height: 2.3rem;
}

.bl_globalPageSecondViewImage_person__02 {
  left: 57%;
  bottom: 38%;
}
.bl_globalPageSecondViewImage_person__02::after {
  background-image: url("/plus_press/2024/global/images/person-arrow02.svg");
  width: 5.55rem;
  height: 2.8rem;
}

.bl_globalPageSecondViewImage_person__03 {
  left: 71%;
  bottom: 41%;
}
.bl_globalPageSecondViewImage_person__03::after {
  background-image: url("/plus_press/2024/global/images/person-arrow03.svg");
  width: 9.95rem;
  height: 2.4rem;
  margin-left: -1.3rem;
}

.bl_globalPageSecondViewImage_person__04 {
  left: 77%;
  bottom: 31%;
}
.bl_globalPageSecondViewImage_person__04::after {
  background-image: url("/plus_press/2024/global/images/person-arrow04.svg");
  width: 8.25rem;
  height: 2.4rem;
}

.bl_globalPageSecondViewImage_person__05 {
  right: 1%;
  bottom: 42%;
}
.bl_globalPageSecondViewImage_person__05::after {
  background-image: url("/plus_press/2024/global/images/person-arrow05.svg");
  width: 6.35rem;
  height: 1.65rem;
  margin-left: -0.5rem;
}

.bl_globalPageSecondViewBackgroundImage {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .ly_globalPageSecondView {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }
  .ly_globalPageSecondView_image {
    display: contents;
  }
  .ly_globalPageSecondView_image_overlap {
    position: relative;
    height: auto;
    order: 1;
  }
  .ly_globalPageSecondView_image_background {
    order: 3;
    padding-bottom: 2rem;
  }
  .ly_globalPageSecondView_image_description {
    display: block;
    order: 4;
  }
  .ly_globalPageSecondView_text {
    order: 2;
    padding: 0 2rem 5rem;
  }
  .bl_globalPageSecondViewImage {
    padding: 0 2rem 2rem;
  }
  .bl_globalPageSecondViewImage_people {
    display: none;
  }
  .bl_globalPageSecondViewImage_title_lead {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .bl_globalPageSecondViewImage_title_main {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem; /* 140% */
  }
  .bl_globalPageSecondViewImageDescription {
    padding: 0 2rem 0 4rem;
    position: relative;
    color: #000;
    text-align: justify;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem; /* 183.333% */
  }
  .bl_globalPageSecondViewImageDescription::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
  }
  .ly_globalPageSecondViewDescription {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem; /* 185.714% */
  }
}
.ly_globalPageContents1 {
  display: block;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  padding-bottom: 11.7rem;
}

.ly_globalPageContents1_title {
  display: block;
  padding-bottom: 3rem;
}

.ly_globalPageContents1_body {
  display: block;
}

.ly_globalPageContents1List {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  gap: 12.2rem;
}

.ly_globalPageContents1List_group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ly_globalPageContents1List_item {
  display: block;
}

@media screen and (max-width: 600px) {
  .ly_globalPageContents1 {
    padding: 0 2rem 4rem 2rem;
  }
  .ly_globalPageContents1_title {
    padding: 0 0 2rem;
  }
  .bl_globalPageContentsSectionTitle {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.7rem; /* 135% */
  }
  .ly_globalPageContents1List {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3.7rem;
  }
  .ly_globalPageContents1List_group {
    display: contents;
  }
}
.ly_globalPageContents2 {
  display: grid;
  grid-template-columns: 50.4fr 63.6fr;
  grid-template-rows: auto;
  grid-template-areas: "pictures body";
  gap: 6rem;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  padding-bottom: 10rem;
}

.ly_globalPageContents2_pictures {
  display: block;
  grid-area: pictures;
}

.ly_globalPageContents2_pictures_lead {
  display: block;
  margin-bottom: 11.9rem;
}

.ly_globalPageContents2_pictures_top {
  display: block;
  padding-bottom: 1.16rem;
}

.ly_globalPageContents2_pictures_bottom {
  display: block;
}

.bl_globalPageContents2Image {
  display: block;
  width: 100%;
  height: auto;
}

.ly_globalPageContents2_body {
  display: block;
  grid-area: body;
}

.ly_globalPageContents2_body_title {
  display: block;
  margin-bottom: 2.7rem;
}

.ly_globalPageContents2_body_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ly_globalPageContents2_body_list_item {
  display: block;
}

@media screen and (max-width: 600px) {
  .ly_globalPageContents2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 0 0 4rem;
  }
  .ly_globalPageContents2_pictures {
    order: 1;
  }
  .ly_globalPageContents2_body {
    order: 2;
  }
  .ly_globalPageContents2_pictures_lead {
    padding: 0 2rem 3rem 2rem;
    margin: 0;
  }
  .ly_globalPageContents2_pictures_top {
    padding-bottom: 0.9rem;
  }
  .ly_globalPageContents2_pictures_bottom {
    padding-bottom: 4rem;
  }
  .ly_globalPageContents2_body {
    padding: 0 2rem;
  }
}
.ly_globalPageContents3 {
  display: grid;
  grid-template-columns: 636fr 504fr;
  grid-template-rows: auto;
  grid-template-areas: "body pictures";
  gap: 5.6rem;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  padding-bottom: 10rem;
}

.ly_globalPageContents3_body_title {
  display: block;
}

.ly_globalPageContents3_body {
  grid-area: body;
}

.ly_globalPageContents3_body_title {
  display: block;
  padding-bottom: 2.6rem;
}

.ly_globalPageContents3_body_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ly_globalPageContents3_body_list_item {
  display: block;
}

.ly_globalPageContents3_pictures {
  display: block;
  grid-area: pictures;
}

@media screen and (max-width: 600px) {
  .ly_globalPageContents3 {
    display: block;
    padding: 0 0 2rem;
  }
  .ly_globalPageContents3_body {
    padding: 0 2rem 2rem;
  }
}
.ly_globalPageContents4 {
  display: grid;
  grid-template-columns: 636fr 504fr;
  grid-template-rows: auto auto;
  grid-template-areas: "title title" "body pictures";
  gap: 5.6rem;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  padding-bottom: 10rem;
}

.ly_globalPageContents4_title {
  grid-area: title;
}

.ly_globalPageContents4_body {
  grid-area: body;
}

.ly_globalPageContents4_body_title {
  display: block;
  padding-bottom: 2.6rem;
}

.ly_globalPageContents4_body_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ly_globalPageContents4_body_list_item {
  display: block;
}

.ly_globalPageContents4_pictures {
  display: block;
  grid-area: pictures;
}

@media screen and (max-width: 600px) {
  .ly_globalPageContents4 {
    display: block;
    padding: 0 0 4rem;
  }
  .ly_globalPageContents4_title {
    padding: 0 2rem 4rem;
  }
  .ly_globalPageContents4_body {
    padding: 0 2rem 3rem;
  }
}
.ly_globalPageContents5 {
  display: grid;
  grid-template-columns: 636fr 504fr;
  grid-template-rows: auto auto;
  grid-template-areas: "title title" "body pictures";
  gap: 5.6rem;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  padding-bottom: 10rem;
}

.ly_globalPageContents5_title {
  grid-area: title;
}

.ly_globalPageContents5_contents {
  display: contents;
}

.ly_globalPageContents5_body {
  grid-area: body;
}

.ly_globalPageContents5_body_title {
  display: block;
  padding-bottom: 2.6rem;
}

.ly_globalPageContents5_body_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ly_globalPageContents5_body_list_item {
  display: block;
}

.ly_globalPageContents5_pictures {
  display: block;
  grid-area: pictures;
}

.ly_globalPageContents5_pictures_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ly_globalPageContents5_pictures_list_item {
  display: block;
}

@media screen and (max-width: 600px) {
  .ly_globalPageContents5 {
    display: block;
    padding: 0 0 3rem;
  }
  .ly_globalPageContents5_title {
    padding: 0 2rem 3.7rem;
  }
  .ly_globalPageContents5_body {
    padding: 0 0 2rem;
  }
  .ly_globalPageContents5_body_list_item {
    padding: 0 2rem;
  }
}
.ly_globalPageOutlook {
  position: relative;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 5rem auto 0;
}

.ly_globalPageOutlook_inner {
  position: relative;
}

.ly_globalPageOutlook_inner_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ly_globalPageOutlook_inner_background::after {
  content: "";
  position: absolute;
  background-image: url("/plus_press/2024/global/images/outlook-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.5rem;
  height: 23.6rem;
  top: -16.4rem;
  left: 3rem;
}

.bl_globalPageOutlookBackground {
  display: block;
  width: 100%;
  height: 100%;
}

.ly_globalPageOutlook_inner_contents {
  display: grid;
  grid-template-columns: 47.3fr 60fr;
  grid-template-rows: auto;
  gap: 6rem;
  padding: 3.9rem 3.5rem 4.2rem 3.6rem;
}

.ly_globalPageOutlook_inner_contents_picture {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.ly_globalPageOutlook_inner_contents_picture_overlap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 2rem;
  height: 21.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.bl_globalPageOutlookImage {
  display: block;
  width: 35.7rem;
  height: auto;
}

.bl_globalPageOutlookName {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.bl_globalPageOutlookNameLabel {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  border-top: 1px solid #000;
}

.bl_globalPageOutlookTitle {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem; /* 145.833% */
  padding-bottom: 3.6rem;
}

.bl_globalPageOutlookDescription {
  color: #000;
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 142.857% */
  padding-bottom: 2rem;
}

.bl_globalPageOutlookCopy {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}

.bl_globalPageOutlookCopy_image {
  display: block;
  width: 14.7rem;
  height: 7.8rem;
}

.bl_globalPageOutlookCopy_text {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

@media screen and (max-width: 600px) {
  .ly_globalPageOutlook_inner_contents {
    display: block;
    padding: 10.75rem 2rem 0;
  }
  .ly_globalPageOutlook_inner_contents_text {
    padding: 2rem 0 4rem;
  }
  .ly_globalPageOutlook_inner_contents_picture {
    padding-bottom: 3.5rem;
  }
  .bl_globalPageOutlookImage {
    width: 100%;
  }
  .ly_globalPageOutlook_inner_contents_picture_overlap {
    display: block;
    height: auto;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0;
    padding: 0;
  }
  .bl_globalPageOutlookName {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem; /* 160% */
  }
  .bl_globalPageOutlookNameLabel {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 166.667% */
  }
  .bl_globalPageOutlookTitle {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.7rem; /* 135% */
    padding-bottom: 3rem;
  }
  .bl_globalPageOutlookDescription {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 142.857% */
    padding-bottom: 5rem;
  }
  .bl_globalPageOutlookCopy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .bl_globalPageOutlookCopy_text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 142.857% */
  }
}
.bl_globalPageContentsSectionTitle {
  display: block;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem; /* 145.833% */
}

.bl_globalPageContentsNameTag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.7rem;
}

.bl_globalPageContentsNameTag_text {
  display: block;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.bl_globalPageContentsDescription {
  display: block;
}

.bl_globalPageContentsDescription_text {
  color: #000;
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 142.857% */
}

.bl_globalPageContentsLeadText {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.2rem; /* 140% */
}

.ly_globalPageContentsPictures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 1.2rem;
}

.ly_globalPageContentsPictures_left {
  grid-column: 1;
}

.ly_globalPageContentsPictures_right {
  grid-column: 2;
}

.ly_globalPageContentsPictures_span {
  grid-column: span 2;
}

.bl_globalPageContentsImageScaleBase {
  display: block;
  width: 100%;
  height: auto;
}

.bl_globalPageContentsImageScaleFit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_globalPageContentsPictureNote {
  color: #000;
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
}

@media screen and (max-width: 600px) {
  .pcBr {
    display: none;
  }
  .bl_globalPageContentsSectionTitle {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.7rem; /* 135% */
  }
  .bl_globalPageContentsNameTag {
    padding: 0 0 0.92rem;
  }
  .bl_globalPageContentsNameTag_text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem; /* 100% */
    padding: 0.3em 0.6em;
  }
  .bl_globalPageContentsDescription_text {
    text-align: justify;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 142.857% */
  }
  .bl_globalPageContentsLeadText {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4rem; /* 160% */
  }
  .ly_globalPageContentsPictures {
    gap: 1rem 1.4rem;
    padding: 0;
  }
  .bl_globalPageContentsPictureNote {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 166.667% */
    padding: 2rem;
  }
}

/*# sourceMappingURL=index.css.map */