@charset "utf-8";
.corp-page-view-sp {
  display: none;
}
.corp-page-section-container {
  min-width: 990px;
  overflow-x: hidden;
}
.corp-page-section-container * {
  box-sizing: border-box;
  font-size: 0;
}
.corp-page-section-container *:focus {
  outline: none;
  color: #007ec4;
  text-decoration: none;
}
.corp-page-section-inner {
  width: 950px;
  margin: 0 auto;
  padding: 53px 0 0;
}

.corp-page-nav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 53px 0 0;
}
.corp-page-title-lv1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 78px;
}
.corp-page-title-lv2 {
  color: #007ec4;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin: 110px 0 30px;
}
.corp-page-title-lv2:after {
  content: "";
  display: block;
  width: 80px;
  border-bottom: 4px solid #007ec4;
  margin: 30px auto 68px;
}
.corp-page-title-lv3 {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin: 80px 0 40px;
}
.corp-page-title-lv3_wide {
  line-height: 1.5;
}
.corp-page-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.corp-page-image-sb {
  margin-top: 12px;
  margin-bottom: 36px;
}
.corp-page-image-caption-top {
  font-size: 13px;
  font-weight: bold;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.corp-page-text_normal {
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 0;
}
.corp-page-text_bold {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 20px 0 0;
}
.corp-page-text_overview {
  font-size: 40px;
  text-align: center;
  line-height: 64px;
  letter-spacing: 0.13em;
  margin: 0 0 28px;
}
.corp-page-text_wide {
  font-size: 16px;
  line-height: 36px;
  margin: 36px 0 0;
}
.corp-page-text_caption {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}
.corp-page-sup-01 {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 16px;
}
.corp-page-2col {
  margin: 40px 0;
}
.corp-page-2col_child {
  display: inline-block;
  width: calc(50% - 25px);
  vertical-align: top;
}
.corp-page-2col_child:first-child {
  margin-right: 50px;
}
.corp-page-2col_child > *:first-child {
  margin-top: 0;
}
.corp-page-2col_right:after {
  content: '';
  display: block;
  clear: both;
}
.corp-page-2col_right >.corp-page-2col_child {
  float: right;
}
.corp-page-2col_right > .corp-page-2col_child:first-child {
  margin-right: 0;
}
.corp-page-2col_right > .corp-page-2col_child:last-child {
  margin-right: 50px;
}
.corp-page-2col_separate > .corp-page-2col_child {
  position: relative;
}
.corp-page-2col_separate > .corp-page-2col_child:first-of-type::before {
  position: absolute;
  content: '';
  top: 0;
  right: -25px;
  width: 1px;
  height: 373px;
  background-color: #007ec4;
}
.corp-page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*--------------------------------*/
.corp-page-image-2col {
  margin: 40px 126px;
}
.corp-page-image-2col_child {
  display: inline-block;
  vertical-align: top;
}
.corp-page-image-2col_child:first-child {
  margin-right: 18px;
}
.corp-page-image-2col_child > *:first-child {
  margin-top: 0;
}
.corp-page-2col_right:after {
  content: '';
  display: block;
  clear: both;
}
.corp-page-2col_right >.corp-page-image-2col_child {
  float: right;
}
.corp-page-2col_right > .corp-page-image-2col_child:first-child {
  margin-right: 0;
}
.corp-page-2col_right > .corp-page-image-2col_child:last-child {
  margin-right: 50px;
}
.corp-page-2col-bg-gray {
  background: #f4f5f6;
  padding: 28px 0;
}
.corp-page-2col-bg-gray .corp-page-2col_child:first-child {
  margin-right: 0;
}
.corp-page-text_normal-vr {
  font-size: 16px;
  font-weight: bold;
}

.corp-page-link {
  display: block;
  color: #007ec4;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.corp-page-link-btn {
  position: relative;
  display: block;
  background-color: #fff;
  width: 400px;
  height: 60px;
  border: 1px solid #007ec4;
  border-radius: 8px;
  color: #007ec4;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 0;
}
.corp-page-link-btn:hover {
  color: #007ec4;
  text-decoration: none;
}
.corp-page-link-btn_right:after{
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #007ec4;
  border-color: transparent transparent #007ec4 #007ec4;
  transform: rotate(-135deg);
  margin-top: -6px;
}
.corp-page-link-btn_up:after{
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #007ec4;
  border-color: transparent transparent #007ec4 #007ec4;
  transform: rotate(135deg);
  margin-top: -2px;
}
.corp-page-notice-01 {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.corp-page-notice-01_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 20px;
}
.corp-page-notice-02 {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.corp-page-notice-02:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
}
.corp-page-notice-03 {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
  padding-left: 45px;
  position: relative;
}
.corp-page-notice-03-marker {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
}

.corp-page-list_number {
  line-height: 20px;
  margin: 40px 0;
  padding-left: 20px;
}
.corp-page-list_number-item {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
.corp-page-list_number-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.corp-page-list_number-item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
}
.corp-page-list_number-item-1:before {
  content: '①';
}
.corp-page-list_number-item-2:before {
  content: '②';
}

.corp-page-list_note {
  line-height: 20px;
}
.corp-page-list_note-item {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
}
.corp-page-list_note-item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
}
.corp-page-list_note-item-1:before {
  content: '※1';
}
.corp-page-list_note-item-2:before {
  content: '※2';
}

.corp-page-pc-mt-0 {
  margin-top: 0;
}
.corp-page-pc-mt-20 {
  margin-top: 20px;
}
.corp-page-pc-mt-25 {
  margin-top: 25px;
}
.corp-page-pc-mt-30 {
  margin-top: 30px;
}
.corp-page-pc-mt-35 {
  margin-top: 35px;
}
.corp-page-pc-mt-40 {
  margin-top: 40px;
}
.corp-page-pc-mt-50 {
  margin-top: 50px;
}
.corp-page-pc-mt-80 {
  margin-top: 80px;
}
.corp-page-pc-mb-0 {
  margin-bottom: 0;
}
.corp-page-pc-mb-20 {
  margin-bottom: 20px;
}
.corp-page-pc-mb-30 {
  margin-bottom: 30px;
}
.corp-page-pc-mb-40 {
  margin-bottom: 40px;
}
.corp-page-pc-mb-50 {
  margin-bottom: 50px;
}

.corp-page-pc-ml-10 {
  margin-left: 10px;
}

.corp-page-pc-pt-0 {
  padding-top: 0;
}
.corp-page-pc-pt-30 {
  margin-top: 30px;
}
.corp-page-pc-pt-40 {
  margin-top: 40px;
}
.corp-page-pc-pt-50 {
  padding-top: 50px;
}
.corp-page-pc-pt-60 {
  padding-top: 60px;
}
.corp-page-pc-pt-80 {
  padding-top: 80px;
}
.corp-page-pc-pb-0 {
  padding-bottom: 0 !important;
}
.corp-page-pc-pb-20 {
  padding-bottom: 20px;
}
.corp-page-pc-pb-30 {
  padding-bottom: 30px;
}

.corp-page-pc-pb-50 {
  padding-bottom: 50px;
}
.corp-page-pc-ptlr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.corp-page-pc-ptlr-44 {
  padding-left: 44px;
  padding-right: 44px;
}


.corp-page-pc-ta-center {
  text-align: center;
}

.corp-page-float-nav {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  margin: 0 0 25px;
  text-align: center;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.corp-page-float-nav_item {
  display: inline-block;
  border-left: 1px solid #4cb8ce;
  text-align: center;
  vertical-align: top;
  height: 50px;
}
.corp-page-float-nav_link {
  display: block;
  color: #007ec4;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.corp-page-float-nav_link:hover {
  text-decoration: none;
  color: #007ec4;
}
.corp-page-float-nav_link-01 {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-group.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding: 5px 20px 5px 75px;
  line-height: 40px;
}
.corp-page-float-nav_link-02 {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-history.png?20200116);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 49px auto;
  padding: 5px 20px 5px 75px;
}
.corp-page-float-nav_link-03 {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-business.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 49px auto;
  padding: 5px 20px 5px 78px;
  line-height: 40px;
}
.corp-page-float-nav_link-04 {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-5g.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding: 5px 20px 5px 80px;
}
.corp-page-float-nav_link-05 {
  background-color: #007ec4;
  border-radius: 30px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin-left: 20px;
  width: 216px;
}
.corp-page-float-nav_link-05:hover {
  color: #fff;
  text-decoration: none;
}

.corp-page-float-nav_link-06 {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-strength.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  padding: 5px 20px 5px 60px;
}
.corp-page-group_overview {
  letter-spacing: 0.05em;
}
.corp-page-group_image {
  margin: 68px auto 10px;
}

.corp-page-history-summary {
  margin: 50px 0 0;
}
.corp-page-history-summary_image {
  position: relative;
  padding-bottom: 20px;
  overflow-x: scroll;
}
.corp-page-history-summary_image::-webkit-scrollbar{
	height: 15px;
	background: #f4f5f6;
  border-radius: 8px;
}
.corp-page-history-summary_image::-webkit-scrollbar-thumb{
	background: #007ec4;
  border-radius: 8px;
}
.corp-page-history-summary_link {
  position: absolute;
  display: block;
  width: 100px;
  height: 140px;
  top: 0;
}
.corp-page-history-summary_image-ybb {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-ybb-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 104px;
}
.corp-page-history-summary_image-white {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-white-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 292px;
}
.corp-page-history-summary_image-iphone {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-iphone-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 402px;
}
.corp-page-history-summary_image-ymobile {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-ymobile-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 512px;
}
.corp-page-history-summary_image-hikari {
  width: 110px;
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-hikari-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 622px;
}
.corp-page-history-summary_image-giga {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-giga-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 742px;
}
.corp-page-history-summary_image-line {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-line-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 850px;
}
.corp-page-history-summary_image-paypay {
  background-image: url(/corp/set/data/ir/investor/about/img/p/img-history-paypay-on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 960px;
}
.corp-page-history-summary_image--active {
  pointer-events: none;
}
.corp-page-history-summary_image--active .corp-page-history-summary_image{
  display: none;
}
.corp-page-history-summary_detai {
  position: relative;
  margin: 30px 0 0;
  border: 4px solid #007ec4;
  background-color: #eff7f9;
  padding: 15px 25px 15px 205px;
  min-height: 212px;
  display: none;
}
.corp-page-history-summary_detai-year {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #007ec4;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}
.corp-page-history-summary_detai-year--small {
  left: 20px;
  font-size: 35px;
}
.corp-page-history-summary_detai-text {
  border-left: 4px dotted #76b9df;
  padding: 0 0 0 30px;
  min-height: 174px;
}
.corp-page-history-summary_detai-title {
  margin: 0 0 10px;
  padding-top: 10px;
  color: #007ec4;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.corp-page-history-summary_detai--active {
  display: block;
}

.corp-page-business_graph {
  position: relative;
  text-align: center;
  margin: 60px 0 0;
  padding: 63px 0 0;
  z-index: 0;
}
.corp-page-business_graph-circle {
  position: relative;
  z-index: 1;
}
.corp-page-business_graph-performance {
  position: absolute;
  top: 233px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: none;
}
.corp-page-business_graph-period {
  position: absolute;
  top: 364px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: none;
}
.corp-page-business_graph-consumer {
  position: absolute;
  top: 268px;
  right: 0;
  z-index: 4;
  display: none;
}
.corp-page-business_graph-corporation {
  position: absolute;
  top: 455px;
  left: 0;
  z-index: 4;
  display: none;
}
.corp-page-business_graph-circulation {
  position: absolute;
  top: 207px;
  left: 4px;
  z-index: 4;
  display: none;
}
.corp-page-business_graph-yahoo {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 4;
  display: none;
}
.corp-page-business_graph-other {
  position: absolute;
  top: 0;
  left: 450px;
  z-index: 4;
  display: none;
}
.corp-page-business_graph-right {
  position: absolute;
  bottom: 256px;
  left: 50%;
  transform: translateY(50%);
  display: block;
  margin: 0;
  width: 256px;
  height: 511px;
  overflow: hidden;
  z-index: 2;
}
.corp-page-business_graph-right-object {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left center;
}
.corp-page-business_graph-left {
  position: absolute;
  bottom: 256px;
  right: 50%;
  transform: translateY(50%);
  display: block;
  margin: 0;
  width: 256px;
  height: 511px;
  overflow: hidden;
  z-index: 2;
}
.corp-page-business_graph-left-object {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: right center;
}
.corp-page-business_tabs {
  margin: 80px 0 0;
}
.corp-page-business_tabs-header {
  background: linear-gradient(to bottom, #007ec4 0%,#007ec4 7%,#f7f7f7 8%);
}
.corp-page-business_tabs-header-tab {
  display: inline-block;
  width: 25%;
  height: 74px;
  border-right: 1px solid #d8dadc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 74px;
  padding-top: 6px;
  cursor: pointer;
}
.corp-page-business_tabs-header-tab:last-child {
  border-right: 0;
}
.corp-page-business_tabs-header-tab.corp-page-business_tabs--active {
  color: #007ec4;
  cursor: default;
  background: linear-gradient(to bottom, #007ec4 0%,#007ec4 7%,#ffffff 8%);
}
.corp-page-business_tabs-contents {
  padding: 30px 0 80px;
  display: none;
  border-bottom: 6px solid #007ec4;
}
.corp-page-business_tabs-contents.corp-page-business_tabs--active {
  display: block;
}

.corp-page-consumer-strong-text {
  font-weight: bold;
  color: #007ec4;
  margin: 30px 0 0;
  font-size: 20px;
}

.corp-page-corporation-4col {
  margin: 30px 0 0 0;
  padding: 30px 0px 40px;
  background-color: #f4f5f6;
}
.corp-page-corporation-4col_item {
  display: inline-block;
  width: 20%;
  color: #007ec4;
  text-align: center;
  vertical-align: bottom;
}
.corp-page-corporation-4col_item:last-child {
  padding-right: 0;
}
.corp-page-corporation-4col_title {
  font-size: 22px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 10px;
}
.corp-page-corporation-4col_item:nth-child(4) > .corp-page-corporation-4col_title {
  line-height: 26px;
} 
.corp-page-corporation-4col_item:last-child > .corp-page-corporation-4col_title {
  line-height: 26px;
}
.corp-page-corporation-4col_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.corp-page-5g {
  padding: 0 0 150px;
}
.corp-page-investor {
  padding: 60px 0 100px;
  background-image: url(/corp/set/data/ir/investor/about/img/p/bg-investor.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.corp-page-investor_btn {
  position: relative;
  display: block;
  width: 100%;  background-color: #fff;
  border-radius: 74px;
  padding: 40px 0;
  text-align: center;
  color: #000;
}
.corp-page-investor_btn:hover {
  color: #000;
  text-decoration: none;
}
.corp-page-investor_btn:after{
  position: absolute;
  top: 50%;
  right: 40px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #007ec4;
  border-color: transparent transparent #007ec4 #007ec4;
  transform: rotate(-135deg);
  margin-top: -6px;
}
.corp-page-investor_btn-title {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.corp-page-investor_btn-text {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}

.corp-page-note-text{
  font-size: 14px;
  margin-top: 85px;
}


.corp-page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.corp-page-flex-item {
  width: 240px;
}
.corp-page-flex-item:not(:last-of-type) {
  border-right: 1px solid #007ec4;
  margin-right: 10px;
}

.corp-page-business-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.corp-page-business-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 470px;
  height: 120px;
  border: 2px solid #d8dadc;
  cursor: pointer;
  color: #000;
  margin-bottom: 10px;
}
.corp-page-business-box:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
.corp-page-business-box::before {
  position: absolute;
  content: '';
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 13px;
  background-image: url('/corp/set/data/ir/investor/about/img/p/icon-window.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.corp-page-business-box-image {
  width: 55%;
}
.corp-page-business-box-text {
  width: 45%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.corp-page-business-box-sup {
  font-size: 7px;
  top: -0.3em;
  vertical-align: top;
	position: relative;
}

/* corp-page-case-accordion */
.corp-page-case-accordion {
  /* margin-bottom: 100px; */
}
.corp-page-case-accordion_tab {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-circle-arrow-down.png);
  background-position: 880px center;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  height: 150px;
  align-items: center;
  border: 2px solid #d8dadc;
  margin: 40px 0 0;
  padding-right: 70px;
  cursor: pointer;
}
.corp-page-case-accordion_tab--open {
  background-image: url(/corp/set/data/ir/investor/about/img/p/icon-circle-arrow-up.png);
}
.corp-page-case-accordion_tab > * {
  margin-top: 0;
}
.corp-page-case-accordion_tab-logo {
  flex-basis: 310px;
}
.corp-page-case-accordion_tab-summary {
  flex-basis: 566px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}
.corp-page-case-headline_text {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 15px;
}
.corp-page-case-headline_text .corp-page-text_blue {
  font-size: inherit;
  color: #007ec4;
}
.corp-page-case-accordion_contents {
  display: none;
}
.corp-page-case-accordion_contents > .corp-page-text_wide,
.corp-page-case-accordion_contents > .corp-page-2col {
  margin: 20px 0;
}
/* /corp-page-case-accordion */

.corp-page-main-visual {
  background-image: url(/corp/set/data/ir/investor/about/img/p/bg-main-visual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.corp-page-main-visual--fixed {
  margin-top: 150px;
}
.corp-page-main-visual_headline {
  color: #fff;
}
